package network

import "github.com/docker/docker/daemon/network"

Index

Types

type Settings

type Settings struct {
	Bridge                 string
	SandboxID              string
	HairpinMode            bool
	LinkLocalIPv6Address   string
	LinkLocalIPv6PrefixLen int
	Networks               map[string]*networktypes.EndpointSettings
	Ports                  nat.PortMap
	SandboxKey             string
	SecondaryIPAddresses   []networktypes.Address
	SecondaryIPv6Addresses []networktypes.Address
	IsAnonymousEndpoint    bool
}

Settings stores configuration details about the daemon network config TODO Windows. Many of these fields can be factored out.,

Source Files

settings.go

Version
v1.10.0-rc1
Published
Jan 15, 2016
Platform
js/wasm
Imports
2 packages
Last checked
1 minute ago

Tools for package owners.