[−][src]Crate docker_command
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
| BuildOpt | Options for building a container. |
| Docker | Base container command used for building and running containers. |
| RunOpt | Options for running a container. |
| User | User specification used when running a container. |
| Volume | Volume specification used when running a container. |
Enums
| NameOrId | Name or numeric ID for a user or group. |