Skip to content

Instantly share code, notes, and snippets.

@matheus-souza
Created May 9, 2017 04:13
Show Gist options
  • Save matheus-souza/a901d08448d1e289e759cb63a8aef52b to your computer and use it in GitHub Desktop.
Save matheus-souza/a901d08448d1e289e759cb63a8aef52b to your computer and use it in GitHub Desktop.
Matando todos os containers em execução
sudo docker kill $(sudo docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment