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>
Upstream-commit: 710f8d8dea
Component: cli
This commit is contained in:
Yong Tang
2017-06-02 00:10:04 +00:00
committed by Tibor Vass
parent 0f673efc1c
commit e723253e32
@@ -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": "",