Skip to content

Instantly share code, notes, and snippets.

@JosielFaleiros
Created June 17, 2021 12:02
Show Gist options
  • Save JosielFaleiros/272618d50a79404912118d1028e3be8e to your computer and use it in GitHub Desktop.
Save JosielFaleiros/272618d50a79404912118d1028e3be8e to your computer and use it in GitHub Desktop.
docker kill all containers
docker ps -q | xargs docker stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment