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>
| ... | ... |
@@ -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": [], |