Skip to content

Instantly share code, notes, and snippets.

@r2brain
Forked from J2P/gist:59f7f67212fc1e6fc93a
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save r2brain/b01b40361f394d630d79 to your computer and use it in GitHub Desktop.

Select an option

Save r2brain/b01b40361f394d630d79 to your computer and use it in GitHub Desktop.
$ docker rm $(docker ps -a -q)
$ docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment