Skip to content

Instantly share code, notes, and snippets.

@yurrriq
Created June 11, 2014 22:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save yurrriq/a7c24c6686311b479fbf to your computer and use it in GitHub Desktop.
Save yurrriq/a7c24c6686311b479fbf to your computer and use it in GitHub Desktop.
Docker -- Clean Slate
#!/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