Update index.md

This commit is contained in:
John Mulhausen 2017-01-24 15:19:40 -08:00 committed by GitHub
parent b3d4866cdd
commit ac5bdcc819
1 changed files with 4 additions and 10 deletions

View File

@ -12,7 +12,7 @@ system configuration, and making your app more portable.
<tr valign="top">
<td width="50%">
{% capture basics %}
## Learn the basics of Docker
### Learn the basics of Docker
The basic tutorial introduces Docker concepts, tools, and commands. The examples show you how to build, push,
and pull Docker images, and run them as containers. This
@ -22,7 +22,7 @@ tutorial stops short of teaching you how to deploy applications.
<td width="50%">
{% capture apps %}
## Define and deploy applications
### Define and deploy applications
The define-and-deploy tutorial shows how to relate
containers to each other and define them as services in an application that is ready to deploy at scale in a
@ -32,15 +32,9 @@ production environment. Highlights [Compose Version 3 new features](/engine/gets
</td></tr>
<tr valign="top">
<td width="50%">
{% capture basics %}
[Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"}
{% endcapture %}{{ basics | markdownify }}
<td width="50%">{% capture basics %}[Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"}{% endcapture %}{{ basics | markdownify }}
</td>
<td width="50%">
{% capture apps %}
[Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"}
{% endcapture %}{{ apps | markdownify }}
<td width="50%">{% capture apps %}[Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"}{% endcapture %}{{ apps | markdownify }}
</td>
</tr>
</table>