Skip to content

Commit f1c9e8f

Browse files
Simplify front page
1 parent 1af3fdb commit f1c9e8f

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

index.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,31 @@ layout: docs
55
title: Welcome to the Docs
66
---
77

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>
933

1034
{% include content/typical_docker_workflow.md %}
1135

@@ -139,4 +163,4 @@ title: Welcome to the Docs
139163
</div>
140164
</li>
141165
</ul>
142-
</section>
166+
</section>

0 commit comments

Comments
 (0)