mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05: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>