@ -33,6 +33,10 @@ persist:
podman run -ti --userns=keep-id --name {{n}} {{image}}
fi
# Pull the latest version of the container
@pull:
podman pull {{image}} >/dev/null 2>&1
# Remove the persistent container
@clean:
podman rm -f {{n}} >/dev/null 2>&1
The note is not visible to the blocked user.