Skip to content

Instantly share code, notes, and snippets.

@jcastellanos926
Created November 21, 2020 17:19
Show Gist options
  • Save jcastellanos926/a5effde9a50f8d40dda2cfa88b95171d to your computer and use it in GitHub Desktop.
Save jcastellanos926/a5effde9a50f8d40dda2cfa88b95171d to your computer and use it in GitHub Desktop.
STOP ALL DOCKER CONTAINERS

How to STOP ALL docker containers

docker stop $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment