Created
February 11, 2016 13:39
-
-
Save gabrielcorado/2b0b4c1d156ba23733aa to your computer and use it in GitHub Desktop.
Remove containers from last hour
This file contains 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 ps -a | grep 'minutes ago' | awk '{print $1}' | xargs docker rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment