Skip to content

Instantly share code, notes, and snippets.

@zires
Created March 27, 2014 09:10
Show Gist options
  • Select an option

  • Save zires/9803470 to your computer and use it in GitHub Desktop.

Select an option

Save zires/9803470 to your computer and use it in GitHub Desktop.
docker
docker ps -a | grep Exit | awk '{print $1}' | sudo xargs docker rm
docker rm `docker ps -a -q`
docker rmi the_image
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment