Last active
August 31, 2016 09:37
-
-
Save paulschwarz/34b8ec2e778e48a5c27094e21b466ddc to your computer and use it in GitHub Desktop.
Remove all exited 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
docker rm -v $(docker ps -a -q -f status=exited) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment