Skip to content

Instantly share code, notes, and snippets.

@mauriballes
Last active August 21, 2020 22:31
Show Gist options
  • Save mauriballes/206a9c46c5083a0ad9b2b2b2d79dbb55 to your computer and use it in GitHub Desktop.
Save mauriballes/206a9c46c5083a0ad9b2b2b2d79dbb55 to your computer and use it in GitHub Desktop.
Clean Docker Commands
docker system prune
docker rmi -f $(docker images -q)
docker volume prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment