Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Created February 24, 2016 19:01
Show Gist options
  • Save ericfourrier/d96143aba4f61de4459d to your computer and use it in GitHub Desktop.
Save ericfourrier/d96143aba4f61de4459d to your computer and use it in GitHub Desktop.
docker ps -a | grep 'weeks ago' | awk '{print $1}' | xargs --no-run-if-empty docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment