From f480b7c1f576f033ee276a026a790de415b9bf9c Mon Sep 17 00:00:00 2001 From: Liang Mingqiang Date: Wed, 16 Dec 2015 15:25:06 +0800 Subject: [PATCH] Update dockernetworks.md fix typo Signed-off-by: mqliang --- docs/userguide/networking/dockernetworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networking/dockernetworks.md b/docs/userguide/networking/dockernetworks.md index fb7d78259f..3f8b9a4ff3 100644 --- a/docs/userguide/networking/dockernetworks.md +++ b/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. 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 service. The Docker hosts that you intend to network and the service must be able to communicate.