Last active
October 12, 2021 19:45
-
-
Save andrewpetrochenkov/93bbb30be6bfa885efea13b08af8ad27 to your computer and use it in GitHub Desktop.
Docker stop all containers #docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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