forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7063c5e
commit 64d6746
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Learn Docker | ||
--- | ||
|
||
In this section, you can explore various ways to get up to speed on | ||
Docker workflows. | ||
|
||
<table><tr><td width="50%"> | ||
{% capture basics %} | ||
## Learn the basics of Docker | ||
|
||
The basic tutorial teaches you about how to build, push, and pull images, and | ||
run them as containers. This tutorial stops short of teaching you how to deploy | ||
applications. | ||
|
||
[Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"} | ||
{% endcapture %}{{ basics | markdownify }} | ||
</td><td width="50%"> | ||
{% capture apps %} | ||
## Define and deploy applications | ||
|
||
The application tutorial teaches you how to relate containers to each other and | ||
define them as part of an application that is ready to deploy at scale. | ||
|
||
[Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"} | ||
{% endcapture %}{{ apps | markdownify }} | ||
</td></tr></table> |