This fix fixes an error in documentation (dockerd.md). In the
example given by dockerd.md, the option `cluster-store-opts`
is assigned with an array but this option can only be assigned
as a map.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| ... | ... |
@@ -913,7 +913,7 @@ This is a full example of the allowed configuration options in the file: |
| 913 | 913 |
"pidfile": "", |
| 914 | 914 |
"graph": "", |
| 915 | 915 |
"cluster-store": "", |
| 916 |
- "cluster-store-opts": [], |
|
| 916 |
+ "cluster-store-opts": {},
|
|
| 917 | 917 |
"cluster-advertise": "", |
| 918 | 918 |
"max-concurrent-downloads": 3, |
| 919 | 919 |
"max-concurrent-uploads": 5, |