podup 1.3.0

Translate and run docker-compose files on rootless Podman
Documentation
1
2
3
4
5
6
7
//! 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;