podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

Current version of this crate targets libpod API version v4.2

Usage

Add the following to your Cargo.toml file

toml [dependencies] podman-api = "0.8"

SSL Connection

To enable HTTPS connection to podman add a tls flag to Cargo.toml.

Default features

By default, only chrono feature is enabled. To disable it use:

toml podman-api = { version = "0.8", default-features = false }

Examples

Examples for most API endpoints can be found in the library documentation.

License

MIT