Files
docker-docs/learn.md
Victoria Bialas 2338cb5c34 updated tutorial tables, added links to 1.13.0 blog post
copyedits

updated link to Compose file to go directly to V3 topic

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-20 16:31:22 -08:00

1.3 KiB

title, redirect_from
title redirect_from
Learn Docker
/engine/quickstart/

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 introduces Docker concepts, tools, and commands. The examples show you how to build, push, and pull Docker images, and run them as containers. This tutorial stops short of teaching you how to deploy applications. {% endcapture %}{{ basics | markdownify }}

{% capture apps %}

Define and deploy applications

The define-and-deploy tutorial shows how to relate containers to each other and define them as services in an application that is ready to deploy at scale in a production environment. Highlights Compose Version 3 new features and swarm mode. {% endcapture %}{{ apps | markdownify }}

{% capture basics %} [Start the basic tutorial](/engine/getstarted/){: class="button darkblue-btn"} {% endcapture %}{{ basics | markdownify }} {% capture apps %} [Start the application tutorial](/engine/getstarted-voting-app/){: class="button darkblue-btn"} {% endcapture %}{{ apps | markdownify }}