Skip to content

Instantly share code, notes, and snippets.

@seripap
Created March 28, 2016 18:43
Show Gist options
  • Save seripap/d4fa0e47f5dc872a7b7b to your computer and use it in GitHub Desktop.
Save seripap/d4fa0e47f5dc872a7b7b to your computer and use it in GitHub Desktop.
Docker - Remove all images
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment