Last active
March 26, 2016 07:17
-
-
Save crowjdh/3dbfa990a87d5e5ea7ad to your computer and use it in GitHub Desktop.
Method to remove dangling docker volumes in current machine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ubuntu:~ Me$ docker volume rm $(docker volume ls -qf dangling=true) | |
| Ref: http://stackoverflow.com/questions/23188932/how-do-i-clean-up-my-docker-host-machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment