Created
October 11, 2015 10:40
-
-
Save ndelitski/6523b6556eb52f090674 to your computer and use it in GitHub Desktop.
docker snippets
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
| #clean all exited images | |
| docker ps -a | grep 'Exited' | awk '{print $1}' | xargs -n1 docker rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment