Merge pull request #23039 from yongtang/05262016-docs-cluster-store-opts
Fix error in dockerd.md for incorrect cluster-store-opts example.
(cherry picked from commit f1276cd3aa
)
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
e85cc97d65
commit
25ccb74f4f
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ This is a full example of the allowed configuration options in the file:
|
|||
"pidfile": "",
|
||||
"graph": "",
|
||||
"cluster-store": "",
|
||||
"cluster-store-opts": [],
|
||||
"cluster-store-opts": {},
|
||||
"cluster-advertise": "",
|
||||
"debug": true,
|
||||
"hosts": [],
|
||||
|
|
Loading…
Reference in a new issue