Skip to content

Instantly share code, notes, and snippets.

@leobaiano
Created November 8, 2018 16:41
Show Gist options
  • Save leobaiano/5e05ff0db0f21630333db6e0a2a40a3a to your computer and use it in GitHub Desktop.
Save leobaiano/5e05ff0db0f21630333db6e0a2a40a3a to your computer and use it in GitHub Desktop.
Stop and remove all containers Docker
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