update docs

This commit is contained in:
2023-05-01 14:35:18 -04:00
parent ecafdb6381
commit 77166ffd72
2 changed files with 23 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ persist:
podman run -ti --userns=keep-id --name {{n}} {{image}}
fi
# Pull the latest version of the container
# Pull the latest version of the image
@pull:
podman pull {{image}} >/dev/null 2>&1