mirror of https://github.com/docker/docs.git
Update index.md
This commit is contained in:
parent
b3d4866cdd
commit
ac5bdcc819
14
index.md
14
index.md
|
@ -12,7 +12,7 @@ system configuration, and making your app more portable.
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td width="50%">
|
<td width="50%">
|
||||||
{% capture basics %}
|
{% 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,
|
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
|
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%">
|
<td width="50%">
|
||||||
|
|
||||||
{% capture apps %}
|
{% capture apps %}
|
||||||
## Define and deploy applications
|
### Define and deploy applications
|
||||||
|
|
||||||
The define-and-deploy tutorial shows how to relate
|
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
|
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>
|
</td></tr>
|
||||||
|
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td width="50%">
|
<td width="50%">{% capture basics %}[Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"}{% endcapture %}{{ basics | markdownify }}
|
||||||
{% capture basics %}
|
|
||||||
[Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"}
|
|
||||||
{% endcapture %}{{ basics | markdownify }}
|
|
||||||
</td>
|
</td>
|
||||||
<td width="50%">
|
<td width="50%">{% capture apps %}[Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"}{% endcapture %}{{ apps | markdownify }}
|
||||||
{% capture apps %}
|
|
||||||
[Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"}
|
|
||||||
{% endcapture %}{{ apps | markdownify }}
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue