浏览代码

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

Fix error in dockerd.md for incorrect cluster-store-opts example.
Vincent Demeester 9 年之前
父节点
当前提交
f1276cd3aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/dockerd.md

+ 1 - 1
docs/reference/commandline/dockerd.md

@@ -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,