package
28.0.1+incompatible
Repository: https://github.com/dotcloud/docker.git
Documentation: pkg.go.dev
# Functions
ValidateFilters validates the list of filter args with the available filters.
ValidateIPAM checks whether the network's IPAM passed as argument is valid.
# Constants
NetworkBridge is the name of the default network on Linux.
NetworkDefault is a platform-independent alias to choose the platform-specific default network stack.
NetworkHost is the name of the predefined network used when the NetworkMode host is selected (only available on Linux).
NetworkNat is the name of the default network on Windows.
NetworkNone is the name of the predefined network used when the NetworkMode none is selected (available on both Linux and Windows).
# Structs
Address represents an IP address.
ConfigReference specifies the source which provides a network's configuration.
ConnectOptions represents the data to be used to connect a container to the network.
CreateOptions holds options to create a network.
CreateRequest is the request message sent to the server for network create call.
CreateResponse NetworkCreateResponse
OK response to NetworkCreate operation swagger:model CreateResponse.
DisconnectOptions represents the data to be used to disconnect a container from the network.
EndpointIPAMConfig represents IPAM configurations for the endpoint.
EndpointResource contains network resources allocated and used for a container in a network.
EndpointSettings stores the network endpoint details.
Inspect is the body of the "get network" http response message.
InspectOptions holds parameters to inspect network.
IPAM represents IP Address Management.
IPAMConfig represents IPAM configurations.
ListOptions holds parameters to filter the list of networks with.
NetworkingConfig represents the container's networking configuration for each of its interfaces Carries the networking configs specified in the `docker run` and `docker network connect` commands.
PeerInfo represents one peer of an overlay network.
PruneReport contains the response for Engine API: POST "/networks/prune".
ServiceInfo represents service parameters with the list of service's tasks.
Task carries the information about one backend task.
# Interfaces
NetworkSubnet describes a user-defined subnet for a specific network.
# Type aliases
Summary is used as response when listing networks.