From 8cae313dd6c75ad50093ee8041baddeab1203b89 Mon Sep 17 00:00:00 2001 From: stevejr <> Date: Wed, 13 Feb 2019 11:38:48 +0000 Subject: [PATCH] Corrected max-file option - was incorrectly spelt as max-files Signed-off-by: Steve Richards (cherry picked from commit 04f88005c924ab416c1641ced14d39f9efe4845e) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 74bd5f143ff0845dde78f78287696397f0325bf7 Component: cli --- components/cli/docs/reference/commandline/dockerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/dockerd.md b/components/cli/docs/reference/commandline/dockerd.md index 6ab5d7f285..f177f15d94 100644 --- a/components/cli/docs/reference/commandline/dockerd.md +++ b/components/cli/docs/reference/commandline/dockerd.md @@ -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" },