add pull recipe
This commit is contained in:
parent
e069b580b7
commit
b3ad8f2b0a
4
bin/cli
4
bin/cli
@ -33,6 +33,10 @@ persist:
|
|||||||
podman run -ti --userns=keep-id --name {{n}} {{image}}
|
podman run -ti --userns=keep-id --name {{n}} {{image}}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Pull the latest version of the container
|
||||||
|
@pull:
|
||||||
|
podman pull {{image}} >/dev/null 2>&1
|
||||||
|
|
||||||
# Remove the persistent container
|
# Remove the persistent container
|
||||||
@clean:
|
@clean:
|
||||||
podman rm -f {{n}} >/dev/null 2>&1
|
podman rm -f {{n}} >/dev/null 2>&1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user