Skip to content

Instantly share code, notes, and snippets.

@dimitrovs
Created November 23, 2024 16:22
Show Gist options
  • Save dimitrovs/701ec8a4eba2319c89b83dadc960b0ab to your computer and use it in GitHub Desktop.
Save dimitrovs/701ec8a4eba2319c89b83dadc960b0ab to your computer and use it in GitHub Desktop.
Avoid excessive space usage by Docker (put in /etc/docker)
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment