Skip to content

Instantly share code, notes, and snippets.

@Mazuh
Created April 16, 2020 05:00
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 Mazuh/c3bef6a70ce5673065daa53702f6c242 to your computer and use it in GitHub Desktop.
Save Mazuh/c3bef6a70ce5673065daa53702f6c242 to your computer and use it in GitHub Desktop.
Remove all Docker dangling volumes
docker volume rm `docker volume ls -q -f dangling=true`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment