Skip to content

Instantly share code, notes, and snippets.

@miodeqqq
Created December 9, 2016 23:18
Show Gist options
  • Save miodeqqq/3bf39e87d58fd6b367f789dc7bea6a9c to your computer and use it in GitHub Desktop.
Save miodeqqq/3bf39e87d58fd6b367f789dc7bea6a9c to your computer and use it in GitHub Desktop.
Stop all currently running Docker containers.
docker stop $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment