Skip to content

Instantly share code, notes, and snippets.

@gabrielcorado
Created September 24, 2015 00:06
Show Gist options
  • Save gabrielcorado/f197c70f560c43878fb7 to your computer and use it in GitHub Desktop.
Save gabrielcorado/f197c70f560c43878fb7 to your computer and use it in GitHub Desktop.
Remove ALL Running containers
docker rm -f (docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment