소스 검색

Update dockernetworks.md

fix typo

Signed-off-by: mqliang <mqliang.zju@gmail.com>
Liang Mingqiang 9 년 전
부모
커밋
f480b7c1f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/networking/dockernetworks.md

+ 1 - 1
docs/userguide/networking/dockernetworks.md

@@ -392,7 +392,7 @@ out-of-the-box. This support is accomplished with the help of `libnetwork`, a
 built-in VXLAN-based overlay network driver, and Docker's `libkv` library.
 built-in VXLAN-based overlay network driver, and Docker's `libkv` library.
 
 
 The `overlay` network requires a valid key-value store service. Currently,
 The `overlay` network requires a valid key-value store service. Currently,
-Docker's supports Consul, Etcd, and ZooKeeper (Distributed store). Before
+Docker's `libkv` supports Consul, Etcd, and ZooKeeper (Distributed store). Before
 creating a network you must install and configure your chosen key-value store
 creating a network you must install and configure your chosen key-value store
 service. The Docker hosts that you intend to network and the service must be
 service. The Docker hosts that you intend to network and the service must be
 able to communicate.
 able to communicate.