Corrected max-file option - was incorrectly spelt as max-files
Signed-off-by: Steve Richards <steve.richards@docker.com> (cherry picked from commit04f88005c9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit:74bd5f143fComponent: cli
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
3adaef1e74
commit
8cae313dd6
@ -1312,7 +1312,7 @@ This is a full example of the allowed configuration options on Linux:
|
||||
"log-driver": "json-file",
|
||||
"log-opts": {
|
||||
"max-size": "10m",
|
||||
"max-files":"5",
|
||||
"max-file":"5",
|
||||
"labels": "somelabel",
|
||||
"env": "os,customer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user