Skip to content

Instantly share code, notes, and snippets.

@unlight
Last active May 10, 2022 18:30
Show Gist options
  • Save unlight/fb3d6efb802d1ecaa7975eb730737eea to your computer and use it in GitHub Desktop.
Save unlight/fb3d6efb802d1ecaa7975eb730737eea to your computer and use it in GitHub Desktop.
docker tricks
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