Module container

Source
Expand description

Containers

Structs§

Container
Container contains response of Engine API: GET “/containers/json”
ContainerBuilder
Builder for Container.
ContainerConfig
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.
ContainerConfigBuilder
Builder for ContainerConfig.
GraphDriverData
GraphDriverData Information about a container’s graph driver.
GraphDriverDataBuilder
Builder for GraphDriverData.
HealthConfig
HealthConfig holds configuration settings for the HEALTHCHECK feature.
HealthConfigBuilder
Builder for HealthConfig.
NetworkSettings
NetworkSettings exposes the network settings in the api.
NetworkSettingsBuilder
Builder for NetworkSettings.
UpdateConfig
UpdateConfig holds the mutable attributes of a Container. Those attributes can be updated at runtime.
UpdateConfigBuilder
Builder for UpdateConfig.

Enums§

WaitCondition
WaitCondition is a type used to specify a container state for which to wait.