package
0.0.0-20200321120002-dd2de08144c3
Repository: https://github.com/wuka1/docker.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 change item in response to ContainerChanges operation swagger:model ContainerChangeResponseItem.
ContainerCreateCreatedBody OK response to ContainerCreate operation swagger:model ContainerCreateCreatedBody.
ContainerTopOKBody OK response to ContainerTop operation swagger:model ContainerTopOKBody.
ContainerUpdateOKBody OK response to ContainerUpdate operation swagger:model ContainerUpdateOKBody.
ContainerWaitOKBody OK response to ContainerWait operation swagger:model ContainerWaitOKBody.
ContainerWaitOKBodyError container waiting error, if any swagger:model ContainerWaitOKBodyError.
DeviceMapping represents the device mapping between the host and the container.
DeviceRequest represents a request for devices from a device driver.
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.