package
1.13.0
Repository: https://github.com/stevenh/docker.git
Documentation: pkg.go.dev

# Structs

Config contains the configuration data about a container.
ContainerCreateCreatedBody container create created body swagger:model ContainerCreateCreatedBody.
ContainerUpdateOKBody container update o k body swagger:model ContainerUpdateOKBody.
ContainerWaitOKBody container wait o k body swagger:model ContainerWaitOKBody.
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.
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.