remove scripts superceded by docker system prune
This commit is contained in:
parent
d56b952692
commit
3377d6d042
2 changed files with 0 additions and 8 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
for i in $(podman images -q -f dangling=true) ; do
|
||||
podman rmi $i
|
||||
done
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
for i in $(docker ps -aq -f status=exited) ; do
|
||||
docker rm -f -v $i
|
||||
done
|
Reference in a new issue