Skip to content

Commit

Permalink
Update Docker tutorial details
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperKristiansson committed Oct 18, 2024
1 parent f8eafe4 commit 54dea00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contributions/executable-tutorial/casperkr-mnem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ This tutorial will introduce the fundamental concepts of Docker and demonstrate
**Relevance**

Docker is a crucial tool in modern DevOps practices, enabling efficient application deployment, scalability, and automation. By learning how to build, run, and optimize containers, developers and DevOps engineers can reduce infrastructure complexity, speed up deployments, and manage applications more effectively. The tutorial covers essential topics that align with DevOps goals of continuous delivery, resource optimization, and maintaining secure, persistent services. Each section is designed to be fully executable and verifiable on the KillerKoda platform, providing a hands-on experience for learners. Automating Docker builds locally simulates a CI/CD pipeline without external dependencies, making the process easy to verify. Additionally, multi-stage builds are essential for reducing Docker image size, improving performance, and optimizing resource use in production environments.

**Tutorial Details**

Tutorial Link: https://killercoda.com/docker-install/
Repo Link: https://github.com/muhammad1928/DockerMastering

0 comments on commit 54dea00

Please sign in to comment.