Created
September 18, 2018 18:38
-
-
Save 0xch4z/f36f6eabd3e2e0a03893ea40c083767c 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 container ls | awk '{print $3}' | xargs docker container rm --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment