package
1.13.1
Repository: https://github.com/agilebits/moby.git
Documentation: pkg.go.dev

# Variables

DeprecatedProperties that were removed from the v3 format, but their use should not impact the behaviour of the application.
ForbiddenProperties that are not supported in this implementation of the compose file.
UnsupportedProperties not yet supported by this implementation of the compose file.

# Structs

Config is a full compose file configuration.
ConfigDetails are the details about a group of ConfigFiles.
ConfigFile is a filename and the contents of the file as a Dict.
DeployConfig the deployment configuration for a service.
External identifies a Volume or Network as a reference to a resource that is not managed, and should already exist.
HealthCheckConfig the healthcheck configuration for a service.
IPAMConfig for a network.
IPAMPool for a network.
LoggingConfig the logging configuration for a service.
NetworkConfig for a network.
Placement constraints for the service.
Resource is a resource to be limited or reserved.
Resources the resource limits and reservations.
RestartPolicy the service restart policy.
SecretConfig for a secret.
ServiceConfig is the configuration of one service.
ServiceNetworkConfig is the network configuration for a service.
ServiceSecretConfig is the secret configuration for a service.
UlimitsConfig the ulimit configuration.
UpdateConfig the service update configuration.
VolumeConfig for a volume.

# Type aliases

Dict is a mapping of strings to interface{}.
UnitBytes is the bytes type.