adding automated removed docker

This commit is contained in:
christalib 2020-06-28 12:07:01 +02:00
parent 030ed26178
commit 7b6da81a3f
1 changed files with 2 additions and 0 deletions

2
nuke_docker.sh Normal file
View File

@ -0,0 +1,2 @@
docker rm -vf $(docker ps -a -q)
docker rmi -f $(docker images -a -q)