podman-client 0.0.2

A native Rust client for the Podman REST API over Unix sockets
Documentation
1
2
3
4
5
6
7
8
mod add_image;
mod create;
mod delete;
mod exists;
mod inspect;
mod modify;
mod push_list_to_registry;
mod push_to_registry;