podbox-cli 0.7.0

Declarative Podman-native container environment manager. Define an environment as a TOML file and let systemd own its lifecycle.
Documentation
1
2
3
4
5
6
7
8
9
[image]
base = "cachy-latest"
name = "prebuilt"
image = "ghcr.io/bethropolis/podbox:cachy-latest"

[container]
name = "prebuilt"
home = "~/containers/prebuilt"
shell = "/usr/bin/fish"