Merge pull request #23039 from yongtang/05262016-docs-cluster-store-opts

Fix error in dockerd.md for incorrect cluster-store-opts example.
Upstream-commit: f1276cd3aa8d2bff6e3ab1ac3a175deeecac405e
Component: engine
This commit is contained in:
Vincent Demeester
2016-05-27 18:55:48 +02:00
@@ -913,7 +913,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": "",
"max-concurrent-downloads": 3,
"max-concurrent-uploads": 5,