Module core

Module core 

Source

Modules§

client
error
logs
ports
wait

Structs§

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.
ImageName
ImageTag
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.

Enums§

AccessMode
CgroupnsMode
CmdWaitFor
ContainerPort
Represents a port that is exposed by a container.
Host
MountType
WaitFor
Represents a condition that needs to be met before a container is considered ready.

Constants§

DEFAULT_IMAGE_REPOSITORY

Traits§

Image
Represents a docker image.
ImageBuilder
ImageBuilderTarget
ImageExt
Represents an extension for the Image trait. Allows to override image defaults and container configuration.
ImageRepository
IntoContainerPort
A trait to allow easy conversion of a u16 into a ContainerPort. For example, 123.udp() is equivalent to ContainerPort::Udp(123).