From fb9dd66438905d12117c75255b1269add6cb46bd Mon Sep 17 00:00:00 2001 From: Jochen Zehnder Date: Thu, 13 Jun 2024 07:19:00 +0200 Subject: [PATCH] updated kickstart readme with the new structure --- Docker/kickstart/chapters/alpine.md | 2 +- Docker/kickstart/chapters/images-and-volumes.md | 2 +- Docker/kickstart/readme.md | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Docker/kickstart/chapters/alpine.md b/Docker/kickstart/chapters/alpine.md index f7c982811..b1c0f4623 100644 --- a/Docker/kickstart/chapters/alpine.md +++ b/Docker/kickstart/chapters/alpine.md @@ -327,4 +327,4 @@ In the last section, you saw a lot of Docker-specific jargon which might be conf ## Next Steps: Webapps with Docker -For the next step in the tutorial, head over to [Webapps with Docker](./webapps-part1.md) +For the next step in the tutorial, head over to [Webapps with Docker - Part One](./webapps-part1.md) diff --git a/Docker/kickstart/chapters/images-and-volumes.md b/Docker/kickstart/chapters/images-and-volumes.md index 67009b539..0b55f9c6f 100644 --- a/Docker/kickstart/chapters/images-and-volumes.md +++ b/Docker/kickstart/chapters/images-and-volumes.md @@ -654,4 +654,4 @@ A named volume can be created on the command line, in a docker-compose file, and ## Let's Take a Break then continue to WebApps Part 2 -For the next step in the tutorial head over to [WebApps Part Deux](./webapps-part2.md) +For the next step in the tutorial, head over to [Webapps with Docker - Part Two](./webapps-part2.md) diff --git a/Docker/kickstart/readme.md b/Docker/kickstart/readme.md index cb73014ed..bad57adf5 100644 --- a/Docker/kickstart/readme.md +++ b/Docker/kickstart/readme.md @@ -4,8 +4,9 @@ This Docker tutorial consists of the following sections: - [Setup - Validating Installation](chapters/setup.md) - [Running your first container](chapters/alpine.md) -- [Webapps with Docker](chapters/webapps-part1.md) -- [Webapps with Docker part Deux](chapters/webapps-part2.md) +- [Webapps with Docker - Part One](chapters/webapps-part1.md) +- [Docker Images and Volumes](chapters/images-and-volumes.md) +- [Webapps with Docker - Part Two](chapters/webapps-part2.md) - [Docker & DevOps](chapters/devops.md) - [Deploying an app with Docker Compose](chapters/votingapp-compose.md) - [Deploying an app to a Swarm](chapters/votingapp-swarm.md)