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:
Sebastiaan van Stijn 2019-02-13 14:30:23 +01:00 committed by GitHub
commit db166da03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},