Tagged articles
6 articles
Page 1 of 1
Architect Chen
Architect Chen
Apr 9, 2026 · Cloud Native

Understanding Docker: Architecture, Namespaces, cgroups, and UnionFS

This article explains Docker's client‑server architecture, core isolation mechanisms like Linux namespaces and cgroups, the layered UnionFS image model, and how libcontainer/runc creates containers, providing a comprehensive technical overview of Docker as a cloud‑native platform.

Cloud NativeDockerDocker Architecture
0 likes · 5 min read
Understanding Docker: Architecture, Namespaces, cgroups, and UnionFS
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 16, 2025 · Cloud Native

Understanding Docker Runtime Principles: Architecture, Core Technologies, and Execution Flow

This article explains Docker as a lightweight container technology, detailing its architecture—including client, daemon, and registry—core Linux-based technologies such as namespaces, cgroups, and UnionFS, and walks through the step‑by‑step process of running a container from image pull to process launch.

Cloud NativeDockerDocker Architecture
0 likes · 5 min read
Understanding Docker Runtime Principles: Architecture, Core Technologies, and Execution Flow
Top Architect
Top Architect
May 18, 2020 · Cloud Native

Docker Overview: Architecture, Components, and Basic Usage

This article provides a comprehensive introduction to Docker, covering its foundation on Linux Containers, the differences between Docker and LXC, the internal architecture and key components, and step‑by‑step commands for installing, managing images, running containers, and inspecting logs.

DevOpsDocker ArchitectureLXC
0 likes · 27 min read
Docker Overview: Architecture, Components, and Basic Usage
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
ITPUB
ITPUB
Feb 9, 2020 · Cloud Native

Understanding Docker: From LXC Roots to Modern Container Architecture

This article explains the fundamentals of Linux Containers (LXC), their relationship to Docker, Docker's core concepts, architecture components, and practical commands for installation, image management, container lifecycle, and troubleshooting, providing a comprehensive guide for developers and operations engineers.

ContainersDevOpsDocker
0 likes · 29 min read
Understanding Docker: From LXC Roots to Modern Container Architecture
Meituan Technology Team
Meituan Technology Team
Jan 31, 2015 · Cloud Native

Docker Introduction and Architecture

Docker, an open-source tool written in Go, packages applications into lightweight Linux containers that share the host kernel, offering near-native performance, a client-server architecture with images and containers, simple bridge networking, essential CLI commands, and an evolving ecosystem including CoreOS, Kubernetes, and PaaS platforms.

DockerDocker ArchitectureDocker Commands
0 likes · 12 min read
Docker Introduction and Architecture