Skip to content

docker-with-tutorials/roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Built roadmap by developers, for developers.

image

About

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.

πŸ“Œ Table of Contents

Learning Roadmap

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.

Level 1 β€” Fundamentals

This level focuses on core Docker concepts. It establishes the mental model required to understand how containers work before introducing more advanced topics.

Repositories

  • 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 when docker run is executed, how containers are created from images, and how the container lifecycle is tied to the main process (PID 1).

About

Main roadmap showing the exact path of each repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published