3 changed files with 15 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||
|
#!/bin/sh |
||||
|
|
||||
|
for tag in $(podman images --filter reference=nextcloud --format='{{.Tag}}') |
||||
|
do |
||||
|
echo "Removing image nextcloud:$tag" |
||||
|
podman rmi -f nextcloud:$tag |
||||
|
done |
||||
|
|
||||
|
podman unshare rm -rf $HOME/vol/nextcloud |
||||
|
|
Loading…
Reference in new issue