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