Created
September 18, 2018 18:37
-
-
Save 0xch4z/b4c0b4caf3b325da159b5c81d7ad23ea to your computer and use it in GitHub Desktop.
Delete all docker images in one line
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 image ls | awk '{print $3}' | xargs docker image rm --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment