You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returncerrdefs.ErrInvalidArgument.WithMessage("container sharing network namespace with another container or host cannot be connected to any other network")
returncerrdefs.ErrInvalidArgument.WithMessage("container sharing network namespace with another container or host cannot be connected to any other network")
returncerrdefs.ErrInvalidArgument.WithMessage("conflicting options: host type networking can't be used with links. This would result in undefined behavior")
// ErrConflictContainerNetworkAndLinks conflict between --net=container and links
5
-
ErrConflictContainerNetworkAndLinksvalidationError="conflicting options: container type network can't be used with links. This would result in undefined behavior"
6
-
// ErrConflictSharedNetwork conflict between private and other networks
7
-
ErrConflictSharedNetworkvalidationError="container sharing network namespace with another container or host cannot be connected to any other network"
8
-
// ErrConflictConnectToHostNetwork error when attempting to connect a container to host network when not in host network mode
9
-
ErrConflictConnectToHostNetworkvalidationError="cannot connect container to host network - container must be created in host network mode"
10
-
// ErrConflictDisconnectFromHostNetwork error when attempting to disconnect a container from host network when in host network mode
11
-
ErrConflictDisconnectFromHostNetworkvalidationError="cannot disconnect container from host network - container was created in host network mode"
12
-
// ErrConflictNoNetwork conflict between private and other networks
13
-
ErrConflictNoNetworkvalidationError="container cannot be connected to multiple networks with one of the networks in private (none) mode"
14
-
// ErrConflictNetworkAndDNS conflict between --dns and the network mode
15
-
ErrConflictNetworkAndDNSvalidationError="conflicting options: dns and the network mode"
16
-
// ErrConflictNetworkHostname conflict between the hostname and the network mode
17
-
ErrConflictNetworkHostnamevalidationError="conflicting options: hostname and the network mode"
18
-
// ErrConflictHostNetworkAndLinks conflict between --net=host and links
19
-
ErrConflictHostNetworkAndLinksvalidationError="conflicting options: host type networking can't be used with links. This would result in undefined behavior"
20
-
// ErrConflictContainerNetworkAndMac conflict between the mac address and the network mode
21
-
ErrConflictContainerNetworkAndMacvalidationError="conflicting options: mac-address and the network mode"
22
-
// ErrConflictNetworkHosts conflict between add-host and the network mode
23
-
ErrConflictNetworkHostsvalidationError="conflicting options: custom host-to-IP mapping and the network mode"
24
-
// ErrConflictNetworkPublishPorts conflict between the publish options and the network mode
25
-
ErrConflictNetworkPublishPortsvalidationError="conflicting options: port publishing and the container type network mode"
26
-
// ErrConflictNetworkExposePorts conflict between the expose option and the network mode
27
-
ErrConflictNetworkExposePortsvalidationError="conflicting options: port exposing and the container type network mode"
28
-
// ErrUnsupportedNetworkAndIP conflict between network mode and requested ip address
29
-
ErrUnsupportedNetworkAndIPvalidationError="user specified IP address is supported on user defined networks only"
30
-
// ErrUnsupportedNetworkNoSubnetAndIP conflict between network with no configured subnet and requested ip address
31
-
ErrUnsupportedNetworkNoSubnetAndIPvalidationError="user specified IP address is supported only when connecting to networks with user configured subnets"
32
-
// ErrUnsupportedNetworkAndAlias conflict between network mode and alias
33
-
ErrUnsupportedNetworkAndAliasvalidationError="network-scoped alias is supported only for containers in user defined networks"
34
-
// ErrConflictUTSHostname conflict between the hostname and the UTS mode
35
-
ErrConflictUTSHostnamevalidationError="conflicting options: hostname and the UTS mode"
36
-
// ErrEmptyConfig when container config is nil
37
-
ErrEmptyConfigvalidationError="config cannot be empty in order to create a container"
0 commit comments