Expand description
Containers
Structs§
- Container
- Container contains response of Engine API: GET “/containers/json”
- Container
Builder - Builder for
Container
. - Container
Config - ContainerConfig contains the configuration data about a container. It should hold only portable information about the container. Here, “portable” means “independent from the host we are running on”. Non-portable information should appear in HostConfig.
- Container
Config Builder - Builder for
ContainerConfig
. - Graph
Driver Data - GraphDriverData Information about a container’s graph driver.
- Graph
Driver Data Builder - Builder for
GraphDriverData
. - Health
Config - HealthConfig holds configuration settings for the HEALTHCHECK feature.
- Health
Config Builder - Builder for
HealthConfig
. - Network
Settings - NetworkSettings exposes the network settings in the api.
- Network
Settings Builder - Builder for
NetworkSettings
. - Update
Config - UpdateConfig holds the mutable attributes of a Container. Those attributes can be updated at runtime.
- Update
Config Builder - Builder for
UpdateConfig
.
Enums§
- Wait
Condition - WaitCondition is a type used to specify a container state for which to wait.