Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 789 Bytes

File metadata and controls

32 lines (22 loc) · 789 Bytes

podman-compose

lynx-compose — docker-compose translator and runner for rootless Podman, built in Rust.

It parses docker-compose.yml files and drives rootless Podman to create the equivalent containers, networks and volumes. Used by the Lynx panel through the panel-agent, and usable standalone as a CLI and as a library (lynx_compose).

Build

cargo build --release
cargo test

Usage

lynx-compose up -f docker-compose.yml

Contributing & security

See the org-wide contributing guide. Report vulnerabilities privately via the Security tab — never in a public issue.

License

AGPL-3.0