Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ce4710

Browse files
Revert "Delete index.md"
This reverts commit 7e5eb9d.
1 parent ea61400 commit 9ce4710

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

getting-started/index.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "Getting Started, Part 1: Orientation and Setup"
3+
---
4+
5+
{% include content/docker_elevator_pitch.md %}
6+
7+
## What we'll be covering
8+
9+
This tutorial will create a simple application that runs in a cluster, so you
10+
get a sense of how to build distributed applications with the Docker platform.
11+
We will achieve this in the following steps:
12+
13+
1. Get set up and oriented, on this page.
14+
2. [Create a "Hello World" application that identifies its environment](part2.md)
15+
3. [Hook up a visitor counter](part3.md)
16+
4. [Scale our app as if it were very high traffic, by setting up a cluster in
17+
production](part4.md)
18+
19+
The application itself is very simple so that you are not too distracted by
20+
what the code is doing. After all, the value of Docker is in how it can build,
21+
ship, and run applications; it's totally agnostic as to what your application
22+
actually does.
23+
24+
## Setup
25+
26+
Before we get started, make sure your system has the latest version of Docker
27+
installed.
28+
29+
[Install Docker](/engine/installation/index.md){: class="button darkblue-btn"}
30+
31+
> Note: If you're in Linux, you'll want to install
32+
[Docker Toolbox](../toolbox/index.md) so you get Docker Compose.
33+
34+
## Let's go!
35+
36+
If you understand that container images package application code and their
37+
dependencies all together in a portable deliverable, and your environment has
38+
Docker installed, let's move on!
39+
40+
[On to "Getting Started, Part 2: Creating and Building Your App" >>](part2.md){: class="button darkblue-btn"}

0 commit comments

Comments
 (0)