Crate crankshaft_docker

Crate crankshaft_docker 

Source
Expand description

A Docker client that uses bollard.

Re-exports§

pub use crate::container::Container;

Modules§

container
Containers.
images
Images.
service
Services.

Structs§

Docker
A Docker client.
EventOptions
Represents options for sending events.

Enums§

Error
A global error within this crate.

Type Aliases§

Result
A Result with an Error;