Skip to content

Instantly share code, notes, and snippets.

@Bogdaan
Created December 3, 2019 10:37
Show Gist options
  • Save Bogdaan/d14b711f1838ac54852200c966d972ef to your computer and use it in GitHub Desktop.
Save Bogdaan/d14b711f1838ac54852200c966d972ef to your computer and use it in GitHub Desktop.
cleanup docker images
docker rmi $(docker images -q)
docker rm -v $(docker ps -qa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment