mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Corrected max-file option - was incorrectly spelt as max-files
Signed-off-by: Steve Richards <steve.richards@docker.com>
This commit is contained in:
@@ -1312,7 +1312,7 @@ This is a full example of the allowed configuration options on Linux:
|
|||||||
"log-driver": "json-file",
|
"log-driver": "json-file",
|
||||||
"log-opts": {
|
"log-opts": {
|
||||||
"max-size": "10m",
|
"max-size": "10m",
|
||||||
"max-files":"5",
|
"max-file":"5",
|
||||||
"labels": "somelabel",
|
"labels": "somelabel",
|
||||||
"env": "os,customer"
|
"env": "os,customer"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user