CreateOptionAlias function returns an option setter for setting endpoint alias.
CreateOptionDisableResolution function returns an option setter to indicate this endpoint doesn't want embedded DNS server functionality.
CreateOptionDNS function returns an option setter for dns entry option to be passed to container Create method.
CreateOptionDNSNames specifies the list of (non fully qualified) DNS names associated to an endpoint.
CreateOptionExposedPorts function returns an option setter for the container exposed ports option to be passed to [Network.CreateEndpoint] method.
CreateOptionIpam function returns an option setter for the ipam configuration for this endpoint.
CreateOptionLoadBalancer function returns an option setter for denoting the endpoint is a load balancer for a network.
CreateOptionPortMapping function returns an option setter for the mapping ports option to be passed to [Network.CreateEndpoint] method.
CreateOptionService function returns an option setter for setting service binding configuration.
EndpointOptionGeneric function returns an option setter for a Generic option defined in a Dictionary of Key-Value pair.
JoinOptionPriority function returns an option setter for priority option to be passed to the endpoint.Join() method.
NetworkDeleteOptionRemoveLB informs a Network.Delete() operation that should remove the load balancer endpoint for this network.
NetworkOptionAttachable returns an option setter to set attachable for a network.
NetworkOptionConfigFrom tells controller to pick the network configuration from a configuration only network.
NetworkOptionConfigOnly tells controller this network is a configuration only network.
NetworkOptionDeferIPv6Alloc instructs the network to defer the IPV6 address allocation until after the endpoint has been created It is being provided to support the specific docker daemon flags where user can deterministically assign an IPv6 address to a container as combination of fixed-cidr-v6 + mac-address TODO: Remove this option setter once we support endpoint ipam options.
NetworkOptionDriverOpts function returns an option setter for any driver parameter described by a map.
NetworkOptionDynamic function returns an option setter for dynamic option for a network.
NetworkOptionEnableIPv6 returns an option setter to explicitly configure IPv6.
NetworkOptionGeneric function returns an option setter for a Generic option defined in a Dictionary of Key-Value pair.
NetworkOptionIngress returns an option setter to indicate if a network is an ingress network.
NetworkOptionInternalNetwork returns an option setter to config the network to be internal which disables default gateway service.
NetworkOptionIpam function returns an option setter for the ipam configuration for this network.
NetworkOptionLabels function returns an option setter for labels specific to a network.
NetworkOptionLBEndpoint function returns an option setter for the configuration of the load balancer endpoint for this network.
NetworkOptionPersist returns an option setter to set persistence policy for a network.
NetworkOptionScope returns an option setter to overwrite the network's scope.
New creates a new instance of network controller.
NewResolver creates a new instance of the Resolver.
OptionDNS function returns an option setter for dns entry option to be passed to container Create method.
OptionDNSOptions function returns an option setter for dns options entry option to be passed to container Create method.
OptionDNSSearch function returns an option setter for dns search entry option to be passed to container Create method.
OptionDomainname function returns an option setter for domainname option to be passed to NewSandbox method.
OptionExposedPorts function returns an option setter for the container exposed ports option to be passed to container Create method.
OptionExtraHost function returns an option setter for extra /etc/hosts options which is a name and IP as strings.
OptionGeneric function returns an option setter for Generic configuration that is not managed by libNetwork but can be used by the Drivers during the call to net container creation method.
OptionHostname function returns an option setter for hostname option to be passed to NewSandbox method.
OptionHostsPath function returns an option setter for hostspath option to be passed to NewSandbox method.
OptionIngress function returns an option setter for marking a sandbox as the controller's ingress sandbox.
OptionLoadBalancer function returns an option setter for marking a sandbox as a load balancer sandbox.
OptionOriginHostsPath function returns an option setter for origin hosts file path to be passed to NewSandbox method.
OptionOriginResolvConfPath function returns an option setter to set the path to the origin resolv.conf file to be passed to net container methods.
OptionParentUpdate function returns an option setter for parent container which needs to update the IP address for the linked container.
OptionPortMapping function returns an option setter for the mapping ports option to be passed to container Create method.
OptionResolvConfPath function returns an option setter for resolvconfpath option to be passed to net container methods.
OptionUseDefaultSandbox function returns an option setter for using default sandbox (host namespace) to be passed to container Create method.
OptionUseExternalKey function returns an option setter for using provided namespace instead of creating one.