Merge pull request #18700 from mqliang/patch-2

Update dockernetworks.md
This commit is contained in:
Sebastiaan van Stijn 2015-12-16 16:58:25 +01:00
commit 6f930a2ffa
1 changed files with 1 additions and 1 deletions

View File

@ -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.