 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func FilterNetworks ¶ added in v1.12.0
func FilterNetworks(nws []libnetwork.Network, filter filters.Args) ([]libnetwork.Network, error)
FilterNetworks filters network list according to user specified filter and returns user chosen networks
Types ¶
type Settings ¶
type Settings struct {
	Bridge                 string
	SandboxID              string
	HairpinMode            bool
	LinkLocalIPv6Address   string
	LinkLocalIPv6PrefixLen int
	Networks               map[string]*networktypes.EndpointSettings
	Service                *clustertypes.ServiceConfig
	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.,
 Click to show internal directories. 
   Click to hide internal directories.