From 523fe77111b10e536eb6a7d2bec697ff093c5bb3 Mon Sep 17 00:00:00 2001 From: ajay143444 Date: Thu, 9 Apr 2020 12:15:03 +0530 Subject: [PATCH] changed line 214 for better understanding (#10610) changed line 214 for better understanding --- get-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/overview.md b/get-started/overview.md index ce201160a0..5d0e4230ed 100644 --- a/get-started/overview.md +++ b/get-started/overview.md @@ -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