Skip to content

Instantly share code, notes, and snippets.

@yasuoohno
Created February 27, 2019 07:30
Show Gist options
  • Select an option

  • Save yasuoohno/3f05e50df9943c2f989a5c8a9b0b11c6 to your computer and use it in GitHub Desktop.

Select an option

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