Skip to content

Instantly share code, notes, and snippets.

@JavierJia
Created October 28, 2016 21:07
Show Gist options
  • Save JavierJia/cf05b9baac4c4e49b1d9c416d9e58f72 to your computer and use it in GitHub Desktop.
Save JavierJia/cf05b9baac4c4e49b1d9c416d9e58f72 to your computer and use it in GitHub Desktop.
docker remove dangling volumns
docker volume rm `docker volume ls -f dangling=true | tail -n+2 | gawk '{print $2}' | xargs `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment