Created
May 1, 2016 13:18
-
-
Save ivankristianto/255b33c4f7cdb00d6105af1ca856d60b to your computer and use it in GitHub Desktop.
Remove unused docker containers
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
sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment