Skip to content

Instantly share code, notes, and snippets.

@shoaibi
Created January 20, 2017 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoaibi/c149d8e22545f578ea18ea2f179061f6 to your computer and use it in GitHub Desktop.
Save shoaibi/c149d8e22545f578ea18ea2f179061f6 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Kill all running containers
docker kill $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment