Skip to content

Instantly share code, notes, and snippets.

@benrowe
Created October 30, 2019 04:04
Show Gist options
  • Save benrowe/a47909521bf990346777934a846f99ca to your computer and use it in GitHub Desktop.
Save benrowe/a47909521bf990346777934a846f99ca to your computer and use it in GitHub Desktop.
Handy docker commands

Handy Docker Commands

Stop all running docker containers

docker stop $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment