Skip to content

Docker 101

This section, Docker 101, introduces the fundamental concepts of Docker, a tool used for packaging and running applications in isolated environments.

We'll cover step by step what containers are, how Docker works behind the scenes, and why it's a valuable tool for developing, deploying, and managing applications consistently across different systems.


01-Getting Started with Docker

02-Hello Docker

03-A network example

04- A more complex example (TCP Server/Client)

Docker command reference


Docker vs Podman- External link