Skip to content

Instantly share code, notes, and snippets.

@alkuzad
Created June 23, 2020 13:52
Show Gist options
  • Save alkuzad/cb01d1f466d31a06f7658378e4d664c3 to your computer and use it in GitHub Desktop.
Save alkuzad/cb01d1f466d31a06f7658378e4d664c3 to your computer and use it in GitHub Desktop.
Fully cleanup docker
docker system prune
docker image prune --all # remove also unused named images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment