File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,31 @@ layout: docs
5
5
title : Welcome to the Docs
6
6
---
7
7
8
- {% include content/docker_elevator_pitch.md %}
8
+ Docker packages your app with its dependencies, freeing you from worrying about your
9
+ system configuration, and making your app more portable.
10
+
11
+ [ Get Docker] ( /engine/installation/ ) {: class="button darkblue-btn"}
12
+
13
+ <table ><tr ><td width =" 50% " >
14
+ {% capture basics %}
15
+ ## Learn the basics of Docker
16
+
17
+ The basic tutorial teaches you about how to build, push, and pull images, and
18
+ run them as containers. This tutorial stops short of teaching you how to deploy
19
+ applications.
20
+
21
+ [ Start the basic tutorial] ( /engine/getstarted/ ) {: class="button darkblue-btn"}
22
+ {% endcapture %}{{ basics | markdownify }}
23
+ </td ><td width =" 50% " >
24
+ {% capture apps %}
25
+ ## Define and deploy applications
26
+
27
+ The application tutorial teaches you how to relate containers to each other and
28
+ define them as part of an application that is ready to deploy at scale.
29
+
30
+ [ Start the application tutorial] ( /engine/getstarted-voting-app/ ) {: class="button darkblue-btn"}
31
+ {% endcapture %}{{ apps | markdownify }}
32
+ </td ></tr ></table >
9
33
10
34
{% include content/typical_docker_workflow.md %}
11
35
@@ -139,4 +163,4 @@ title: Welcome to the Docs
139
163
</div>
140
164
</li >
141
165
</ul >
142
- </section >
166
+ </section >
You can’t perform that action at this time.
0 commit comments