Created
April 25, 2017 21:21
-
-
Save Rovel/470309c389040e0cbfb8dcd0e5995fc8 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 rmi `docker images | awk '{ print $3; }'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment