Skip to content

Commit 971b2d3

Browse files
Learn Docker
1 parent d2dcb8d commit 971b2d3

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

_data/toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ toc:
33
path: /
44
- sectiontitle: Get started
55
section:
6+
- path: /learn/
7+
title: Learn Docker
68
- sectiontitle: Docker basics
79
section:
810
- path: /engine/getstarted/

learn.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Learn Docker
3+
---
4+
5+
In this section, you can explore various ways to get up to speed on
6+
Docker workflows.
7+
8+
<table><tr><td width="50%">
9+
{% capture basics %}
10+
## Learn the basics of Docker
11+
12+
The basic tutorial teaches you about how to build, push, and pull images, and
13+
run them as containers. This tutorial stops short of teaching you how to deploy
14+
applications.
15+
16+
[Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"}
17+
{% endcapture %}{{ basics | markdownify }}
18+
</td><td width="50%">
19+
{% capture apps %}
20+
## Define and deploy applications
21+
22+
The application tutorial teaches you how to relate containers to each other and
23+
define them as part of an application that is ready to deploy at scale.
24+
25+
[Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"}
26+
{% endcapture %}{{ apps | markdownify }}
27+
</td></tr></table>

0 commit comments

Comments
 (0)