Skip to content

Instantly share code, notes, and snippets.

@cngkaygusuz
Created August 22, 2014 11:53
Show Gist options
  • Save cngkaygusuz/325485dc7f1fe03ed0ff to your computer and use it in GitHub Desktop.
Save cngkaygusuz/325485dc7f1fe03ed0ff to your computer and use it in GitHub Desktop.
Remove all docker containers
docker ps -a | awk '{print $1}' | grep ^[0-9a-f] | xargs docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment