diff --git a/docs/userguide/networking/dockernetworks.md b/docs/userguide/networking/dockernetworks.md index bdc2e85855..fb7d78259f 100644 --- a/docs/userguide/networking/dockernetworks.md +++ b/docs/userguide/networking/dockernetworks.md @@ -420,14 +420,28 @@ form them into a swarm which includes a discovery service as well. To create an overlay network, you configure options on the `daemon` on each Docker Engine for use with `overlay` network. There are two options to set: -| Option | Description | -|-----------------------------------------------|-------------------------------------------------------------| -| `--cluster-store=PROVIDER://URL` | Describes the location of the KV service. | -| `--cluster-advertise=HOST_IP|HOST_IFACE:PORT` | The IP address or interface of the HOST used for clustering | +
Option | +Description | +
---|---|
--cluster-store=PROVIDER://URL |
+ Describes the location of the KV service. | +
--cluster-advertise=HOST_IP|HOST_IFACE:PORT |
+ The IP address or interface of the HOST used for clustering. | +