mirror of https://github.com/docker/docs.git
changed line 214 for better understanding (#10610)
changed line 214 for better understanding
This commit is contained in:
parent
00fec293f5
commit
523fe77111
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue