Last active
May 10, 2022 18:30
-
-
Save unlight/fb3d6efb802d1ecaa7975eb730737eea to your computer and use it in GitHub Desktop.
docker tricks
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
docker ps | awk '{print $1}' | xargs docker stop | |
ctrl+\ (near enter) send SIGQUIT signal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment