Created
November 23, 2017 11:37
-
-
Save xrubioj/7f7025cef8682b73c450c435528fa17e to your computer and use it in GitHub Desktop.
Purge untagged Docker images
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 image list | grep "^<none>" | cut -c 48-59 | xargs docker image rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment