Initial commit

This commit is contained in:
Aram 🍐 2025-08-23 10:48:41 -04:00
commit b3e326e955
4 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[Unit]
Description=Rootless Podman Runtime
After=network.target
[Container]
Image=quay.io/podman/stable
Exec=podman system service --time=0 tcp:0.0.0.0:2375
Network=runner.network
NetworkAlias=podman-runtime
User=1000
Group=1000
[Service]
Restart=always
[Install]
WantedBy=default.target