Skip to content

Instantly share code, notes, and snippets.

@keopx
Forked from yurrriq/docker-wipe.sh
Last active August 29, 2015 14:17
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 keopx/7642933e010842bacefe to your computer and use it in GitHub Desktop.
Save keopx/7642933e010842bacefe to your computer and use it in GitHub Desktop.
#!/bin/bash
docker stop `docker ps -aq`
docker rm `docker ps -aq`
docker rmi `docker images -aq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment