Merge pull request #25585 from yongtang/22311-log-opts-map

Update docs so that log-opts takes map (`{}`) instead of `[]`
This commit is contained in:
Vincent Demeester 2016-08-11 09:55:25 +02:00 committed by GitHub
commit e42cc1f6c5

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