From f9ef1c892d2ed345ac8ab83977bc710a8c13d652 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 10 Aug 2016 12:47:07 -0700 Subject: [PATCH] Update docs so that log-opts takes map (`{}`) instead of `[]` This fix updates docs so that log-opts takes map (`{}`) instead of `[]`, as is defined in the impmenetation (`map[string]string`) This fix fixes 22311. Signed-off-by: Yong Tang --- docs/reference/commandline/dockerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index 9c0d4b71c6..6487371360 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -1027,7 +1027,7 @@ This is a full example of the allowed configuration options on Linux: "labels": [], "live-restore": true, "log-driver": "", - "log-opts": [], + "log-opts": {}, "mtu": 0, "pidfile": "", "graph": "",