Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active October 12, 2021 19:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewp-as-is/93bbb30be6bfa885efea13b08af8ad27 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/93bbb30be6bfa885efea13b08af8ad27 to your computer and use it in GitHub Desktop.
Docker stop all containers #docker
sudo docker ps -q | xargs -r sudo docker stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment