podbox-cli 0.6.5

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
10
11
12
13
14
15
16
17
---
source: crates/podbox/tests/codegen_tests.rs
expression: q
---
[Unit]
Description=podbox host-guest socket -- myenv

[Socket]
ListenStream=%t/podbox/myenv.sock
Service=myenv-host.service
SocketMode=0600
DirectoryMode=0700
RuntimeDirectory=podbox
RuntimeDirectoryMode=0700

[Install]
WantedBy=sockets.target