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:
committed by
Git OBS Bridge
parent
6119adcb49
commit
98584d8935
8
docker-daemon.json
Normal file
8
docker-daemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"log-level": "warn",
|
||||
"log-driver": "json-file",
|
||||
"log-opts": {
|
||||
"max-size": "10m",
|
||||
"max-file": "5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user