add a link to the voting app sample

* Added a link to the voting app sample from the Getting Started tutorial "learn more" list of topics
This commit is contained in:
Victoria Bialas 2017-02-01 16:24:28 -08:00 committed by GitHub
parent b547d91606
commit 6171ffce72
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Depending on your interest, the Docker documentation contains a wealth of inform
<th class="tg-031e">If you are looking for</th>
<th class="tg-031e">Where to find it</th>
</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 nice next step after this Getting Started tutorial, this is a sample app walkthrough that shows you how to use a docker stack file to define a set of services and deploy them to a swarm.</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>
<td class="tg-031e"><a href="/docker-for-mac/">Getting Started with Docker for Mac</a></td>