Skip to content

Instantly share code, notes, and snippets.

@koehn
Created July 1, 2016 18:32
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 koehn/71b19568163fa8bf8846f2d56d18ee8a to your computer and use it in GitHub Desktop.
Save koehn/71b19568163fa8bf8846f2d56d18ee8a to your computer and use it in GitHub Desktop.
Clean up dangling docker volumes
docker volume ls -qf dangling=true | xargs -r docker volume rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment