This commit is contained in:
Jason Swank 2023-03-21 19:31:50 -04:00
parent 2bcd43d4df
commit d4c865f311

View File

@ -16,7 +16,7 @@ persist:
if [ $(podman ps --all --filter name="{{n}}" -q | wc -l) -gt 0 ]; then
podman start -i -a {{n}}
else
podman run -ti --name {{n}} {{image}}{
podman run -ti --name {{n}} {{image}}
fi
# remove the persistent image