Crate contain_rs
source ·Expand description
[doc include_str!(“../README.md”)]
Structs
- A container makes up the schedulable unit of this crate.
- The Docker struct is used for acessing the docker cli.
- The Podman struct is used for acessing the podman cli.
- A compiled regular expression for matching Unicode strings.
Enums
- A wait strategy can be used to wait for a cotnainer to be ready.
Traits
- The client Trait represents a way to access a client.
- A handle is a way to interact with a container.