keep everything on disk for consistensysysysye
This commit is contained in:
parent
fcf424a8e9
commit
d659f8aa06
6 changed files with 3 additions and 8 deletions
|
|
@ -13,7 +13,7 @@ HealthInterval=5s
|
|||
HealthTimeout=3s
|
||||
HealthRetries=5
|
||||
User=podman
|
||||
Volume=dind.volume:/home/podman/.local/share/containers:Z
|
||||
Volume=/var/containers/dind/data:/home/podman/.local/share/containers:Z
|
||||
Volume=/var/run/dind:/var/run/1000:z
|
||||
Exec=sh -c "podman system service --time=0 unix:///var/run/1000/docker.sock & PID=$!; while [ ! -S /var/run/1000/docker.sock ]; do sleep 0.1; kill -0 $PID 2>/dev/null || exit 1; done && chmod 0666 /var/run/1000/docker.sock && wait $PID"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue