Module container

Module container 

Source
Expand description

The container module contains all the basic data types that make up a container.

Containers can then be run through clients.

See Container for further information on containers.

Structs§

Container
A container makes up the schedulable unit of this crate.
EnvVar
HealthCheck
Image
Network
Port
PortMapping

Enums§

Volume
WaitStrategy
A wait strategy can be used to wait for a cotnainer to be ready.

Traits§

IntoContainer
TryIntoContainer