Skip to content

Instantly share code, notes, and snippets.

@mylesjao
Created January 27, 2015 05:35
Show Gist options
  • Save mylesjao/8ed73d486b2cfde36e94 to your computer and use it in GitHub Desktop.
Save mylesjao/8ed73d486b2cfde36e94 to your computer and use it in GitHub Desktop.
clean docker container weeks ago
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