Commit ccb8fbf3 by amir

add delete volumes

parent fa798f04
Showing with 2 additions and 0 deletions
......@@ -3,4 +3,6 @@
docker rm -f $(docker ps -a -q)
# Delete all dangling images
docker rmi $(docker images -f "dangling=true" -q)
# delete all volumes
docker volume rm `docker volume ls | awk '{print $2}'`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment