Skip to content

Commit 2a4246a

Browse files
chengweiv5Mano Marks
authored and
Mano Marks
committed
Add table of contents for beginner tutorial (docker#11)
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
1 parent 45f758f commit 2a4246a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repo contains [Docker](https://docker.com) tutorials authored both by Docker, and by members of the community. It's a growing repo which we intend to continue to grow, with help from the community.
44

55
Index:
6-
* [Docker for beginners] (https://github.com/docker/labs/tree/master/beginner)
6+
* [Docker for beginners] (beginner/readme.md)
77
* [Docker for ASP.NET and Windows containers](windows/readme.md)
88
* [Docker for Java Developers](java/readme.adoc)
99
* [Docker Tutorials from the Community](https://github.com/docker/community/blob/master/tutorials/docker-tutorials.md) - links to a different repository

beginner/chapters/setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Setup
2+
13
### Prerequisites
24
There are no specific skills needed for this tutorial beyond a basic comfort with the command line and using a text editor. Prior experience in developing web applications will be helpful but is not required. As you proceed further along the tutorial, we'll make use of [Docker Hub](https://hub.docker.com/).
35

beginner/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Docker for beginners
2+
3+
This tutorial consists of below sections.
4+
5+
* [Setup](chapters/setup.md)
6+
* [1.0 Running your first container](chapters/alpine.md)
7+
* [2.0 Webapps with Docker](chapters/webapps.md)
8+
* [3.0 Run a multi-container app with Docker Compose](chapters/votingapp.md)

0 commit comments

Comments
 (0)