Module core

Source

Re-exports§

pub use self::ports::ContainerPort;
pub use self::ports::IntoContainerPort;
pub use self::wait::WaitFor;

Modules§

client
error
logs
ports
wait

Structs§

Containerblocking
Represents a running docker container.
ContainerAsync
Represents a running docker container that has been started using an async client.
ContainerRequest
Represents a request to start a container, allowing customization of the container.
ContainerState
ExecCommand
ExecResult
Represents the result of an executed command in a container.
Mount
Represents a filesystem mount. For more information see Docker Storage documentation.
PortMapping
Represents a port mapping between a host’s external port and the internal port of a container.
SyncExecResultblocking
Represents the result of an executed command in a container.

Enums§

AccessMode
CgroupnsMode
CmdWaitFor
Host
MountType
ReuseDirective

Traits§

Image
Represents a docker image.
ImageExt
Represents an extension for the Image trait. Allows to override image defaults and container configuration.