Skip to content

Commit

Permalink
Merge pull request #1670 from stevejr/correct-dockerd-max-file-opt
Browse files Browse the repository at this point in the history
Corrected max-file option - was incorrectly spelt as max-files
  • Loading branch information
thaJeztah authored Feb 13, 2019
2 parents 7f612bf + 04f8800 commit db166da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit db166da

Please sign in to comment.