From dde0f86a88989c02256a8b301ff8388752d88eed Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Sat, 20 Aug 2016 16:16:51 +0800 Subject: [PATCH] Optimize description for Feature highlights Signed-off-by: yuexiao-wang --- docs/swarm/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/swarm/index.md b/docs/swarm/index.md index 4ed9722fcf..55d78b6ea9 100644 --- a/docs/swarm/index.md +++ b/docs/swarm/index.md @@ -34,7 +34,7 @@ a swarm. * **Decentralized design:** Instead of handling differentiation between node roles at deployment time, the Docker Engine handles any specialization at runtime. You can deploy both kinds of nodes, managers and workers, using the -Docker Engine. This means you can build an entire Swarm from a single disk +Docker Engine. This means you can build an entire swarm from a single disk image. * **Declarative service model:** Docker Engine uses a declarative approach to @@ -50,7 +50,7 @@ adding or removing tasks to maintain the desired state. the cluster state and reconciles any differences between the actual state your expressed desired state. For example, if you set up a service to run 10 replicas of a container, and a worker machine hosting two of those replicas -crashes, the manager will create two new replicas to replace the ones that +crashes, the manager will create two new replicas to replace the replicas that crashed. The swarm manager assigns the new replicas to workers that are running and available.