podup 1.9.1

Translate and run docker-compose files on rootless Podman
Documentation
1
2
3
4
5
6
7
8
//! Image-level operations: commit/export of a service container to an image or
//! tar archive, and resolving compose `image:` references to pinned digests.

mod digests;
mod export;

pub use digests::resolve_image_digests;
pub use export::CommitOptions;