Skip to content

Instantly share code, notes, and snippets.

@gabrielcorado
Created February 11, 2016 13:39
Show Gist options
  • Save gabrielcorado/2b0b4c1d156ba23733aa to your computer and use it in GitHub Desktop.
Save gabrielcorado/2b0b4c1d156ba23733aa to your computer and use it in GitHub Desktop.
Remove containers from last hour
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