From 803b4d30a67fe946103bd9a31bfbfc9fab73b077 Mon Sep 17 00:00:00 2001 From: Charles Smith Date: Mon, 20 Jun 2016 11:02:56 -0700 Subject: [PATCH] clarify swarm concept Signed-off-by: Charles Smith (cherry picked from commit e0296317131782008dcb94c72d591244663d61b1) --- docs/swarm/key-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/key-concepts.md b/docs/swarm/key-concepts.md index 55fc35c82c..73b9ddcd84 100644 --- a/docs/swarm/key-concepts.md +++ b/docs/swarm/key-concepts.md @@ -22,7 +22,7 @@ are built using **SwarmKit**. Engines participating in a cluster are running in **swarm mode**. You enable swarm mode for the Engine by either initializing a swarm or joining an existing swarm. -A **swarm** is a self-organizing cluster of Docker Engines where you deploy +A **swarm** is a cluster of Docker Engines where you deploy [services](#Services-and-tasks). The Docker Engine CLI includes the commands for swarm management, such as adding and removing nodes. The CLI also includes the commands you need to deploy services to the swarm and manage service