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:
commit
e42cc1f6c5
1 changed files with 1 additions and 1 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Reference in a new issue