Created
August 20, 2014 15:41
-
-
Save sawicki-maciej/d040a30b537e4080ebad to your computer and use it in GitHub Desktop.
oneliners
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
for container in `docker ps -a|grep Exited| cut -f1 -d\ `; do docker rm $container; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment