mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07: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>