Created
November 23, 2024 16:22
-
-
Save dimitrovs/701ec8a4eba2319c89b83dadc960b0ab to your computer and use it in GitHub Desktop.
Avoid excessive space usage by Docker (put in /etc/docker)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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