Created
October 23, 2015 21:33
-
-
Save mario21ic/9bb00b6f1fceb1c1a016 to your computer and use it in GitHub Desktop.
Command docker to delete containers with status exited
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 rm $(docker ps -aqf status=exited) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment