Tagged articles
5 articles
Page 1 of 1
Architect Chen
Architect Chen
Nov 12, 2025 · Cloud Native

Understanding Docker: Core Principles, Architecture, and Runtime Workflow

This article provides a comprehensive overview of Docker, explaining its lightweight container model, client‑server architecture, key Linux kernel features such as namespaces and cgroups, image layering, networking, and the three‑stage process of building, distributing, and running containers.

DockerLinux Namespacescgroups
0 likes · 5 min read
Understanding Docker: Core Principles, Architecture, and Runtime Workflow
DevOps
DevOps
Sep 11, 2017 · Operations

Optimizing Docker Image Layering for Efficient DevOps Workflows

This article explains Docker's container engine, its layered image storage mechanism, and how leveraging these layers within DevOps pipelines can reduce redundancy, improve update efficiency, and optimize resource usage, illustrated with practical experiments and design guidelines for scalable image management.

cloud-nativeimage-layeringoptimization
0 likes · 9 min read
Optimizing Docker Image Layering for Efficient DevOps Workflows