Skip to content

Instantly share code, notes, and snippets.

@wirwolf
Created September 19, 2017 13:03
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 wirwolf/56354408585a24f2780edff18bbf73cc to your computer and use it in GitHub Desktop.
Save wirwolf/56354408585a24f2780edff18bbf73cc to your computer and use it in GitHub Desktop.
Docker commands
docker kill $(docker ps -q)
docker rm $(docker ps -a -q) -f
docker rmi $(docker images -q) -f
docker system prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment