mirror of
https://github.com/moby/moby.git
synced 2026-07-05 14:18:25 +00:00
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>