package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/docker/docker-ce.git
Documentation: pkg.go.dev
# Constants
IsolationDefault is the default isolation mode on current daemon.
IsolationEmpty is unspecified (same behavior as default).
IsolationHyperV is HyperV isolation mode.
IsolationProcess is process isolation mode.
Available logging modes.
Available logging modes.
Available logging modes.
MinimumDuration puts a minimum on user configured duration.
Possible WaitCondition Values.
Possible WaitCondition Values.
Possible WaitCondition Values.
# Structs
Config contains the configuration data about a container.
ContainerChangeResponseItem container change response item swagger:model ContainerChangeResponseItem.
ContainerCreateCreatedBody container create created body swagger:model ContainerCreateCreatedBody.
ContainerTopOKBody container top o k body swagger:model ContainerTopOKBody.
ContainerUpdateOKBody container update o k body swagger:model ContainerUpdateOKBody.
ContainerWaitOKBody container wait o k body swagger:model ContainerWaitOKBody.
ContainerWaitOKBodyError container waiting error, if any swagger:model ContainerWaitOKBodyError.
DeviceMapping represents the device mapping between the host and the container.
HealthConfig holds configuration settings for the HEALTHCHECK feature.
HostConfig the non-portable Config structure of a container.
LogConfig represents the logging configuration of the container.
Resources contains container's resources (cgroups config, ulimits...).
RestartPolicy represents the restart policies of the container.
UpdateConfig holds the mutable attributes of a Container.
# Type aliases
CgroupSpec represents the cgroup to use for the container.
IpcMode represents the container ipc stack.
Isolation represents the isolation technology of a container.
LogMode is a type to define the available modes for logging These modes affect how logs are handled when log messages start piling up.
NetworkMode represents the container network stack.
PidMode represents the pid namespace of the container.
UsernsMode represents userns mode in the container.
UTSMode represents the UTS namespace of the container.
WaitCondition is a type used to specify a container state for which to wait.