Skip to content

Commit

Permalink
Merge pull request #25899 from yuexiao-wang/fix-overview
Browse files Browse the repository at this point in the history
Optimize description for Feature highlights
(cherry picked from commit d2fa978)

Signed-off-by: Charles Smith <[email protected]>
  • Loading branch information
vdemeester authored and sfsmithcha committed Aug 26, 2016
1 parent 7e95683 commit ca9bb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/swarm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit ca9bb6e

Please sign in to comment.