1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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>
This commit is contained in:
Yong Tang 2016-08-10 12:47:07 -07:00
parent 19a3289250
commit f9ef1c892d

View file

@ -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": "",