From 64d6746daea46cf16f77d95c0b1678eab927eeda Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 19 Jan 2017 11:01:26 -0800 Subject: [PATCH] Learn Docker --- learn.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 learn.md diff --git a/learn.md b/learn.md new file mode 100644 index 0000000000..16bd2357a6 --- /dev/null +++ b/learn.md @@ -0,0 +1,27 @@ +--- +title: Learn Docker +--- + +In this section, you can explore various ways to get up to speed on +Docker workflows. + +
+{% 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 }} + +{% 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 }} +