Created
February 25, 2016 19:01
-
-
Save philm/f7b4444b52af9ac8aba0 to your computer and use it in GitHub Desktop.
Removing stale Docker volumes
This file contains 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
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