Tag

union file system

0 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Mar 5, 2020 · Cloud Native

Understanding Docker Images, Containers, and Commands: A Deep Dive

This article provides a comprehensive explanation of Docker’s architecture, detailing the differences between images and containers, the role of the union file system, and how various Docker commands such as create, start, run, ps, and build operate on these layers.

ContainersDockerDocker Commands
0 likes · 15 min read
Understanding Docker Images, Containers, and Commands: A Deep Dive
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.

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