Tagged articles
3 articles
Page 1 of 1
Open Source Linux
Open Source Linux
Apr 11, 2020 · Cloud Native

Demystifying Docker: How Images, Containers, and Commands Really Work

This article explains Docker's core concepts—including images, containers, the union file system, and the differences between image layers and running containers—while walking through essential Docker commands and illustrating each step with clear diagrams and code examples.

Container LifecycleDockerDocker Commands
0 likes · 14 min read
Demystifying Docker: How Images, Containers, and Commands Really Work
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2020 · Cloud Native

Demystifying Docker: Understanding Images, Containers, and Core Commands

This article provides a comprehensive, step‑by‑step explanation of Docker’s architecture—including the differences between images, containers, and running containers—while detailing the underlying union file system and illustrating each Docker command with clear examples and diagrams.

Container LifecycleContainersDocker
0 likes · 14 min read
Demystifying Docker: Understanding Images, Containers, and Core Commands
Efficient Ops
Efficient Ops
Jan 21, 2020 · Cloud Native

Why Do Docker Containers Exit Instantly? Understanding PID 1 and Daemon Modes

Many Docker beginners encounter containers that stop immediately after launch, often due to the CMD process exiting as PID 1; this article explains Linux PID 1 behavior, process tables, zombie and orphan processes, and how Docker’s namespace and runtime components like containerd‑shim and runc affect container lifecycles.

Container LifecycleLinuxcontainerd
0 likes · 9 min read
Why Do Docker Containers Exit Instantly? Understanding PID 1 and Daemon Modes