vv9k / podman-api-rs

Rust interface to Podman (libpod).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

Latest version of this crate targets libpod API version: v4.4.4
Master branch targets libpod API version: v4.5.1

Usage

Add the following to your Cargo.toml file

[dependencies]
podman-api = "0.10"

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:

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

Examples

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

License

MIT

About

Rust interface to Podman (libpod).

License:MIT License


Languages

Language:Rust 99.8%Language:Shell 0.1%Language:Makefile 0.1%