Re-exports§
pub use self::ports::ContainerPort;
pub use self::ports::IntoContainerPort;
pub use self::wait::WaitFor;
Modules§
Structs§
- Container
blocking
- Represents a running docker container.
- 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.
- 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.
- Sync
Exec Result blocking
- Represents the result of an executed command in a container.