Modules§
Structs§
- Container
Async - Represents a running docker container that has been started using an async client.
- Container
Request - Represents a request to start a container, allowing customization of the container.
- Container
State - Exec
Command - Exec
Result - Represents the result of an executed command in a container.
- Image
Name - Image
Tag - Mount
- Represents a filesystem mount. For more information see Docker Storage documentation.
- Port
Mapping - Represents a port mapping between a host’s external port and the internal port of a container.
Enums§
- Access
Mode - Cgroupns
Mode - CmdWait
For - Container
Port - Represents a port that is exposed by a container.
- Host
- Mount
Type - WaitFor
- Represents a condition that needs to be met before a container is considered ready.
Constants§
Traits§
- Image
- Represents a docker image.
- Image
Builder - Image
Builder Target - Image
Ext - Represents an extension for the
Imagetrait. Allows to override image defaults and container configuration. - Image
Repository - Into
Container Port - A trait to allow easy conversion of a
u16into aContainerPort. For example,123.udp()is equivalent toContainerPort::Udp(123).