mirror of https://github.com/docker/docs.git
Grammar corrrection. (#12651)
* Grammar corrrection. * Minor tweak to the suggested wording Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
d2520aae96
commit
9a771141ae
|
@ -18,7 +18,7 @@ daemon host and the correct destination container.
|
||||||
When you initialize a swarm or join a Docker host to an existing swarm, two
|
When you initialize a swarm or join a Docker host to an existing swarm, two
|
||||||
new networks are created on that Docker host:
|
new networks are created on that Docker host:
|
||||||
|
|
||||||
- an overlay network called `ingress`, which handles control and data traffic
|
- an overlay network called `ingress`, which handles the control and data traffic
|
||||||
related to swarm services. When you create a swarm service and do not
|
related to swarm services. When you create a swarm service and do not
|
||||||
connect it to a user-defined overlay network, it connects to the `ingress`
|
connect it to a user-defined overlay network, it connects to the `ingress`
|
||||||
network by default.
|
network by default.
|
||||||
|
|
Loading…
Reference in New Issue