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.
This commit is contained in:
Ayushya Chitrannsh 2017-03-15 06:59:40 +05:30 committed by John Mulhausen
parent 75e35c58fb
commit d0bb393afe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Depending on your interest, the Docker documentation contains a wealth of inform
</tr>
<tr>
<td class="tg-031e">Tutorials and sample app walkthroughs</td>
<td class="tg-031e"><a href="/engine/getstarted-voting-app/">Define and deploy a multi-container app</a>. 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.</td>
<td class="tg-031e"><a href="/engine/getstarted-voting-app/">Define and deploy a multi-container app</a>. 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.</td>
</tr>
<tr>
<td class="tg-031e">More about Docker for Mac, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem</td>