Added docker cleanup script

This commit is contained in:
Fergal Moran
2015-10-01 19:35:11 +01:00
parent 54863fa353
commit 7c4fa3bce3

2
cleanup.sh Executable file
View File

@@ -0,0 +1,2 @@
docker rm $(docker ps -a -q)
docker rmi $(docker images | grep "^<none>" | awk "{print $3}")