changed line 214 for better understanding (#10610)

changed line 214 for better understanding
This commit is contained in:
ajay143444 2020-04-09 12:15:03 +05:30 committed by GitHub
parent 00fec293f5
commit 523fe77111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ the default registry configuration):
Services allow you to scale containers across multiple Docker daemons, which
all work together as a _swarm_ with multiple _managers_ and _workers_. Each
member of a swarm is a Docker daemon, and the daemons all communicate using
member of a swarm is a Docker daemon, and all the daemons communicate using
the Docker API. A service allows you to define the desired state, such as the
number of replicas of the service that must be available at any given time.
By default, the service is load-balanced across all worker nodes. To