Skip to content

Instantly share code, notes, and snippets.

@frankzhao
Last active January 12, 2016 23:57
Show Gist options
  • Save frankzhao/01edfe7c45967072fa28 to your computer and use it in GitHub Desktop.
Save frankzhao/01edfe7c45967072fa28 to your computer and use it in GitHub Desktop.
Clean up after docker
docker rm -v `docker ps --no-trunc -aq`
docker rmi $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment