Built roadmap by developers, for developers.
This repository is the organization's official roadmap, which contains the complete lineage of each topic, in other words, a path to help you find the right direction. Of course, if you are already experienced, you can simply search for the exact content and see it; in any case, the roadmap is divided into levels and categories, each corresponding to the correct lineage.
This roadmap defines the structured learning path of the Docker With Tutorials organization.
Instead of publishing isolated repositories without context, this roadmap organizes all content into progressive levels. Each level builds on the previous one, ensuring that foundational concepts are fully understood before moving to more advanced topics.
The objective is clarity and progression.
Every repository focuses on a single concept and is intentionally minimal. The roadmap connects them into a coherent journey. As new repositories are created, they will be added to the appropriate level.
This level focuses on core Docker concepts. It establishes the mental model required to understand how containers work before introducing more advanced topics.
-
docker-image-basics Explains what a Docker image really is, how layers work, and how images are stored and referenced.
-
docker-file-basics
Introduces the essential Dockerfile instructions (FROM,WORKDIR,COPY,RUN,CMD) and explains how images are built layer by layer. -
docker-run-basics
Explains what happens whendocker runis executed, how containers are created from images, and how the container lifecycle is tied to the main process (PID 1).
