mirror of https://github.com/docker/cli.git
Merge pull request #1670 from stevejr/correct-dockerd-max-file-opt
Corrected max-file option - was incorrectly spelt as max-files
This commit is contained in:
commit
db166da03a
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue