Created
November 5, 2016 12:11
-
-
Save NamPNQ/6ce63d8910b88b95a637d4a6105b44a9 to your computer and use it in GitHub Desktop.
Clean docker images
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
docker images -q -a | xargs --no-run-if-empty docker rmi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment