Browse code

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 f1276cd3aa8d2bff6e3ab1ac3a175deeecac405e)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Vincent Demeester authored on 2016/05/28 01:55:48
Showing 1 changed files
... ...
@@ -896,7 +896,7 @@ This is a full example of the allowed configuration options in the file:
896 896
 	"pidfile": "",
897 897
 	"graph": "",
898 898
 	"cluster-store": "",
899
-	"cluster-store-opts": [],
899
+	"cluster-store-opts": {},
900 900
 	"cluster-advertise": "",
901 901
 	"debug": true,
902 902
 	"hosts": [],