98584d8935
- Add daemon.json file with rotation logs cofiguration, bsc#1114832 OBS-URL: https://build.opensuse.org/request/show/672170 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=284
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"log-level": "warn",
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "10m",
|
|
"max-file": "5"
|
|
}
|
|
}
|