# Structs
Address represents an IP address.
No description provided by the author
BindOptions contains optional configuration for the bind type.
BlockLimit represents a read/write limit in IOPS or Bandwidth for a device inside of a container.
BlockWeight represents a relative device weight for an individual device inside of a container.
Config is the list of configuration options used when creating a container.
Device represents a device mapping between the Docker host and the container.
EndpointIPAMConfig represents IPAM configurations for the endpoint.
EndpointSettings stores the network endpoint details.
HealthConfig holds configuration settings for the HEALTHCHECK feature
It has been added in the version 1.24 of the Docker API, available since Docker 1.12.
HostConfig contains the container options related to starting a container on a given host.
HostMount represents a mount point in the container in HostConfig.
IPAM represents IP Address Management.
IPAMConfig represents IPAM configurations.
KeyValuePair is a type for generic key/value pairs as used in the Lxc configuration.
No description provided by the author
LogConfig defines the log driver type and the configuration for it.
Mount represents a mount point in the container.
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 a overlay network.
PortBinding represents the host/container port mapping as returned in the `docker inspect` json.
No description provided by the author
RestartPolicy represents the policy for automatically restarting a container.
TempfsOptions contains optional configuration for the tempfs type.
ULimit defines system-wide resource limitations This can help a lot in system administration, e.g.
VolumeDriverConfig holds a map of volume driver specific options.
VolumeOptions contains optional configuration for the volume type.
# Type aliases
Port represents the port number and the protocol, in the form <number>/<protocol>.