Crate docker_command[][src]

Expand description

Create Commands for running Docker or Docker-compatible clients.

Rather than speaking directly to the Docker daemon, this library produces commands that can be run in a subprocess to invoke the Docker client (or a compatible client such as Podman).

Re-exports

pub use command_run;

Structs

Options for building a container.

Options for creating a network.

Base container command used for building and running containers.

Options for running a container.

User specification used when running a container.

Volume specification used when running a container.

Enums

Name or numeric ID for a user or group.