Skip to content

Commit

Permalink
updated kickstart readme with the new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
elft3r committed Jun 13, 2024
1 parent 8f46fc3 commit fb9dd66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Docker/kickstart/chapters/alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion Docker/kickstart/chapters/images-and-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 3 additions & 2 deletions Docker/kickstart/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fb9dd66

Please sign in to comment.