package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev
# Constants
AdvertiseAddrIntervalMs is the minimum interval between ARP/NA advertisements for an interface's IP and MAC addresses (in milliseconds).
AdvertiseAddrNMsgs is the number of unsolicited ARP/NA messages that will be sent to advertise an interface's IP and MAC addresses.
ContainerIfacePrefix can be used to override the interface prefix used inside the container.
DNSServers A list of DNS servers associated with the endpoint.
DriverMTU constant represents the MTU size for the network driver.
DriverPrefix constant marks the reserved label space for libnetwork drivers.
DriverPrivatePrefix constant marks the reserved label space for internal libnetwork drivers.
EnableIPv4 constant represents enabling IPV4 at network level.
EnableIPv6 constant represents enabling IPV6 at network level.
EndpointSysctls is a comma separated list interface-specific sysctls where the interface name is represented by the string "IFNAME".
ExposedPorts constant represents the container's Exposed Ports.
Gateway represents the gateway for the network.
GenericData constant that helps to identify an option as a Generic constant.
HostIPv4 is the Source-IPv4 Address used to SNAT IPv4 container traffic.
HostIPv6 is the Source-IPv6 Address used to SNAT IPv6 container traffic.
Internal constant represents that the network is internal which disables default gateway service.
MacAddress constant represents Mac Address config of a Container.
NoProxy6To4 disables proxying from an IPv6 host port to an IPv4-only container, when the default binding address is 0.0.0.0.
OverlayVxlanIDList constant represents a list of VXLAN Ids as csv.
PortMap constant represents Port Mapping.
Prefix constant marks the reserved label space for libnetwork.