Skip to content

Instantly share code, notes, and snippets.

@r2brain
Forked from yurrriq/docker-wipe.sh
Last active August 29, 2015 14:07
Show Gist options
  • Save r2brain/3f8156a1dc4387b3bcd3 to your computer and use it in GitHub Desktop.
Save r2brain/3f8156a1dc4387b3bcd3 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