SHA256
1
0
forked from pool/docker

Accepting request 672170 from home:mjura:branches:Virtualization:containers

-  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
This commit is contained in:
Jordi Massaguer
2019-02-07 09:04:01 +00:00
committed by Git OBS Bridge
parent 6119adcb49
commit 98584d8935
3 changed files with 18 additions and 0 deletions

8
docker-daemon.json Normal file
View File

@@ -0,0 +1,8 @@
{
"log-level": "warn",
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "5"
}
}