docker/docker-daemon.json

9 lines
119 B
JSON

{
"log-level": "warn",
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "5"
}
}