Skip to content

Instantly share code, notes, and snippets.

@franz-josef-kaiser
Created April 9, 2016 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franz-josef-kaiser/6632a291362284a724f8b1d40a6a71b3 to your computer and use it in GitHub Desktop.
Save franz-josef-kaiser/6632a291362284a724f8b1d40a6a71b3 to your computer and use it in GitHub Desktop.
Bulk Remove Docker Volumes
docker volume rm $( docker volume ls | awk '{print $2}' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment