Skip to content

Instantly share code, notes, and snippets.

@renefs
Last active May 11, 2018 08:26
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 renefs/402ce730598c0d38b31f117e8fcfdf1a to your computer and use it in GitHub Desktop.
Save renefs/402ce730598c0d38b31f117e8fcfdf1a to your computer and use it in GitHub Desktop.
Stop and clear all the Docker containers
docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment