Skip to content

Instantly share code, notes, and snippets.

@ThiagoGarciaAlves
Last active May 29, 2017 14:12
Show Gist options
  • Select an option

  • Save ThiagoGarciaAlves/46666ebe305a59ae20ab230a2da7fc67 to your computer and use it in GitHub Desktop.

Select an option

Save ThiagoGarciaAlves/46666ebe305a59ae20ab230a2da7fc67 to your computer and use it in GitHub Desktop.
Stop all containers Docker
docker stop $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment