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 <yong.tang.github@outlook.com>
master
Yong Tang 2016-08-10 12:47:07 -07:00 committed by Tibor Vass
parent 3b2ecd7052
commit 710f8d8dea
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ This is a full example of the allowed configuration options on Linux:
"labels": [], "labels": [],
"live-restore": true, "live-restore": true,
"log-driver": "", "log-driver": "",
"log-opts": [], "log-opts": {},
"mtu": 0, "mtu": 0,
"pidfile": "", "pidfile": "",
"graph": "", "graph": "",