Tagged articles
4 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
Architect's Tech Stack
Architect's Tech Stack
Jul 8, 2019 · Cloud Native

Understanding Docker Images, Containers, and Commands

This article explains Docker's core concepts—including the union file system, the distinction between images and containers, the structure of read‑only and read‑write layers, and detailed explanations of common Docker commands such as create, start, run, ps, images, and more—providing a comprehensive guide for developers to master container technology.

ContainerDevOpsDocker
0 likes · 12 min read
Understanding Docker Images, Containers, and Commands