Docker — Learning Roadmap¶
Follow the course in order:
- Course overview — scope, prerequisites, outcomes
- Modules 1–17 — tutorials in sequence
- Labs / quizzes / projects — practice
- Capstone — production container platform
- Interview & certifications — DCA concepts · CKA/CKAD container basics
Modules¶
| # | Focus | Tutorials |
|---|---|---|
| 1 | Container fundamentals | Introduction · Architecture |
| 2 | Installing Docker | Install and setup |
| 3 | Docker CLI | First container |
| 4 | Images | Working with images |
| 5 | Dockerfile | Building with Dockerfile |
| 6 | Optimisation | Multi-stage builds |
| 7 | Volumes | Persistent storage |
| 8 | Networking | Networking fundamentals |
| 9 | Compose | Compose fundamentals |
| 10 | Registries | Registries |
| 11 | Security | Hardening |
| 12 | Scanning | Scanning & SBOM |
| 13 | Observability | Logging & monitoring |
| 14 | Performance | Resource limits |
| 15 | CI/CD | CI/CD pipelines |
| 16 | Troubleshooting | Troubleshooting |
| 17 | Production | Production patterns |