Skip to content

Instantly share code, notes, and snippets.

@squarism
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save squarism/36d05dfc2555568b8192 to your computer and use it in GitHub Desktop.
Save squarism/36d05dfc2555568b8192 to your computer and use it in GitHub Desktop.
Docker Cheat Sheet (wip)

Remove old containers.

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