Skip to content

Commit 19ad412

Browse files
committed
Update readme
1 parent a53d35f commit 19ad412

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,22 @@ To download a copy of the ebook use one of the following links:
2727
## πŸ“˜ Chapters
2828

2929
- [**About the book**](ebook/en/content/000-introduction.md)
30-
- [**Introduction to Docker**](ebook/en/content/001-docker.md)
31-
- [**Installing Docker**](ebook/en/content/002-installation.md)
32-
- [**Working with Docker containers**](ebook/en/content/003-docker-containers.md)
33-
- [**What are Docker Images**](ebook/en/content/004-docker-images.md)
34-
- [**What is a Dockerfile**](ebook/en/content/005-dockerfile.md)
35-
- [**Docker Network**](ebook/en/content/006-docker-networking.md)
36-
- [**What is Docker Swarm mode**](ebook/en/content/007-docker-swarm.md)
37-
- [**Managing the cluster**](ebook/en/content/007-docker-swarm.md)
30+
- [**Chapter 1: Introduction to Docker**](ebook/en/content/001-docker.md)
31+
- [**Chapter 2: Installing Docker**](ebook/en/content/002-installation.md)
32+
- [**Chapter 3: Working with Docker Containers**](ebook/en/content/003-docker-containers.md)
33+
- [**Chapter 4: What are Docker Images**](ebook/en/content/004-docker-images.md)
34+
- [**Chapter 5: What is a Dockerfile**](ebook/en/content/005-dockerfile.md)
35+
- [**Chapter 6: Docker Networking**](ebook/en/content/006-docker-networking.md)
36+
- [**Chapter 7: Docker Volumes**](ebook/en/content/007-docker-volumes.md)
37+
- [**Chapter 8: Docker Compose**](ebook/en/content/008-docker-compose.md)
38+
- [**Chapter 9: Docker Security Best Practices**](ebook/en/content/009-docker-security.md)
39+
- [**Chapter 10: Docker in Production: Orchestration with Kubernetes**](ebook/en/content/010-docker-and-kubernetes.md)
40+
- [**Chapter 11: Docker Performance Optimization**](ebook/en/content/011-docker-performance.md)
41+
- [**Chapter 12: Docker Troubleshooting and Debugging**](ebook/en/content/012-docker-debugging.md)
42+
- [**Chapter 13: Advanced Docker Concepts and Features**](ebook/en/content/013-docker-tips.md)
43+
- [**Chapter 14: Docker in CI/CD Pipelines**](ebook/en/content/014-docker-ci-cd.md)
44+
- [**Chapter 15: Docker and Microservices Architecture**](ebook/en/content/015-docker-microservices.md)
45+
- [**Chapter 16: Docker for Data Science and Machine Learning**](ebook/en/content/016-docker-ml.md)
3846
- [**Conclusion**](ebook/en/content/999-conclusion.md)
3947

4048
## 🌟 Sponsors
@@ -91,18 +99,6 @@ We will utilize the ["Deploy to DigitalOcean" Button](https://www.digitalocean.c
9199

92100
Coming soon
93101

94-
## πŸ’» Interactive training
95-
96-
You can follow the interactive training online here:
97-
98-
[Interactive Docker training](https://docker.bobby.sh/training.html)
99-
100-
The training was built with Katacoda. You can find the Katacoda repository [here](https://github.com/bobbyiliev/katacoda).
101-
102-
For more information on how to use Katacoda make sure to follow the steps from this tutorial here:
103-
104-
[How to Use Katacoda to Create Highly Engaging Training Tutorials](https://devdojo.com/bobbyiliev/how-to-use-katacoda-to-create-highly-engaging-training-tutorials)
105-
106102
## πŸ‘‹ About the author
107103

108104
My name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always keen on doing what I cannot do in order to learn how to do it, and I believe in sharing knowledge.
@@ -130,7 +126,7 @@ If you ever need to create a graphic, poster, invitation, logo, presentation –
130126
## πŸ”— Links
131127

132128
- [My blog](https://bobbyiliev.com)
133-
- [Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)
129+
- [Free $200 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39)
134130
- [Join DevDojo](https://devdojo.com?ref=bobbyiliev)
135131
- [Ibis](https://github.com/themsaid/ibis/)
136132
- [Canva](https://www.canva.com/)
@@ -148,5 +144,3 @@ If you ever need to create a graphic, poster, invitation, logo, presentation –
148144
## 🀲 Contributing
149145

150146
If you are contributing 🍿 please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests.
151-
152-

0 commit comments

Comments
Β (0)