From d0bb393afe670d3672a31744cf02776848deaa18 Mon Sep 17 00:00:00 2001 From: Ayushya Chitrannsh Date: Wed, 15 Mar 2017 06:59:40 +0530 Subject: [PATCH] Brief introduction of "swarm" (#2299) Word Swarm has been used here for the first time, and one line introduction, to what swarm is, would be very beneficial in helping to decide where to begin with. --- engine/getstarted/last_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted/last_page.md b/engine/getstarted/last_page.md index 9ad474a57d..22cf430983 100644 --- a/engine/getstarted/last_page.md +++ b/engine/getstarted/last_page.md @@ -21,7 +21,7 @@ Depending on your interest, the Docker documentation contains a wealth of inform Tutorials and sample app walkthroughs - Define and deploy a multi-container app. A logical next step after completing the Getting Started example, this tutorial walks you through using a Docker stack file to define a set of services and deploy them to a swarm. + Define and deploy a multi-container app. A logical next step after completing the Getting Started example, this tutorial walks you through using a Docker stack file to define a set of services and deploy them to a swarm. A swarm is a cluster of Docker engines, or nodes, where you deploy services. More about Docker for Mac, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem