Skip to content

Instantly share code, notes, and snippets.

@philm
Created February 25, 2016 19:01
Show Gist options
  • Save philm/f7b4444b52af9ac8aba0 to your computer and use it in GitHub Desktop.
Save philm/f7b4444b52af9ac8aba0 to your computer and use it in GitHub Desktop.
Removing stale Docker volumes
docker volume ls | cut -d' ' -f16 | xargs docker volume rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment