Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Created February 2, 2021 15:01
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 barseghyanartur/408743c13ad809f9d614731c8e08a3ac to your computer and use it in GitHub Desktop.
Save barseghyanartur/408743c13ad809f9d614731c8e08a3ac to your computer and use it in GitHub Desktop.
Useful additional commands for Docker

Useful additional commands for Docker

Stop all running containers**

Make an alias

alias docker-stop-all='docker stop $(docker ps -a -q)'

Usage example

docker-stop-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment