Skip to content

Instantly share code, notes, and snippets.

@cybercase
Created November 28, 2014 17:16
Show Gist options
  • Save cybercase/746c9ce836e53b50944b to your computer and use it in GitHub Desktop.
Save cybercase/746c9ce836e53b50944b to your computer and use it in GitHub Desktop.
Removes all docker containers
docker ps -a | cut -c-12 | xargs docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment