Skip to content

Instantly share code, notes, and snippets.

@Markbnj
Created August 11, 2015 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Markbnj/a04e6bd7b38be55c96fa to your computer and use it in GitHub Desktop.
Save Markbnj/a04e6bd7b38be55c96fa to your computer and use it in GitHub Desktop.
Remove all Docker images
sudo docker rmi $(sudo docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment