package
0.0.0-20241112080837-97b903613cec
Repository: https://github.com/deepin-community/docker.io.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.
EndpointIPAMConfig represents IPAM configurations for the endpoint.
EndpointSettings stores the network endpoint details.
IPAM represents IP Address Management.
IPAMConfig represents IPAM configurations.
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.
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.