Expand description
Create Command
s 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§
- Build
Opt - Options for building a container.
- Create
Network Opt - Options for creating a network.
- Launcher
- Base container command used for building and running containers.
- Port
Range - Port or range of ports.
- Publish
Ports - Options for publishing ports from a container to the host.
- RunOpt
- Options for running a container.
- StopOpt
- Options for stopping a container.
- User
AndGroup - User and (optionally) group.
- Volume
- Volume specification used when running a container.
Enums§
- Base
Command - Preset base commands that a
Launcher
can be constructed from. - Name
OrId - Name or numeric ID for a user or group.