Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created October 12, 2016 22:37
Show Gist options
  • Save StoneCypher/e1c810e9b0bb4f2b64a83f3881278c8d to your computer and use it in GitHub Desktop.
Save StoneCypher/e1c810e9b0bb4f2b64a83f3881278c8d to your computer and use it in GitHub Desktop.
  • stop all containers: docker kill $(docker ps -q)
  • remove all containers: docker rm $(docker ps -a -q)
  • remove all docker images: docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment