package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev
# Constants
ErrConflictContainerNetworkAndLinks conflict between --net=container and links.
ErrConflictContainerNetworkAndMac conflict between the mac address and the network mode.
ErrConflictHostNetwork conflict from being disconnected from host network or connected to host network.
ErrConflictHostNetworkAndLinks conflict between --net=host and links.
ErrConflictNetworkAndDNS conflict between --dns and the network mode.
ErrConflictNetworkExposePorts conflict between the expose option and the network mode.
ErrConflictNetworkHostname conflict between the hostname and the network mode.
ErrConflictNetworkHosts conflict between add-host and the network mode.
ErrConflictNetworkPublishPorts conflict between the publish options and the network mode.
ErrConflictNoNetwork conflict between private and other networks.
ErrConflictSharedNetwork conflict between private and other networks.
ErrConflictUTSHostname conflict between the hostname and the UTS mode.
ErrEmptyConfig when container config is nil.
ErrUnsupportedNetworkAndAlias conflict between network mode and alias.
ErrUnsupportedNetworkAndIP conflict between network mode and requested ip address.
ErrUnsupportedNetworkNoSubnetAndIP conflict between network with no configured subnet and requested ip address.
# Structs
ContainerDecoder implements httputils.ContainerDecoder calling DecodeContainerConfig.