Initial commit
This commit is contained in:
commit
b3e326e955
4 changed files with 47 additions and 0 deletions
17
quadlets/podman-runtime.container
Normal file
17
quadlets/podman-runtime.container
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue