Skip to content

Instantly share code, notes, and snippets.

@yasuoohno
Created February 27, 2019 07:30
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 yasuoohno/3f05e50df9943c2f989a5c8a9b0b11c6 to your computer and use it in GitHub Desktop.
Save yasuoohno/3f05e50df9943c2f989a5c8a9b0b11c6 to your computer and use it in GitHub Desktop.
remove all docker container
#!/usr/bin/env bash
docker rm `docker ps -a | awk '{print($1)}' | grep -v CONTAINER`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment