Add missing words in the swarm docs

Signed-off-by: Eric Barch <barch@tomesoftware.com>
(cherry picked from commit db158e9182f86adc721d6c401782983bfe51fd49)
This commit is contained in:
Eric Barch 2016-06-21 08:28:59 -07:00 committed by Tibor Vass
parent 6a5a150722
commit 060b6c4363
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ running the task for the service. All nodes in the swarm cluster route ingress
connections to a running task instance. connections to a running task instance.
Swarm mode has an internal DNS component that automatically assigns each service Swarm mode has an internal DNS component that automatically assigns each service
in the swarm DNS entry. The swarm manager uses **internal load balancing** in the swarm a DNS entry. The swarm manager uses **internal load balancing** to
distribute requests among services within the cluster based upon the DNS name of distribute requests among services within the cluster based upon the DNS name of
the service. the service.