Tag

UnionFS

0 views collected around this technical thread.

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.

ContainerDockerDocker Architecture
0 likes · 5 min read
Understanding Docker Runtime Principles: Architecture, Core Technologies, and Execution Flow
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 7, 2025 · Cloud Computing

Understanding Docker: Containers, Images, Registries, and Core Linux Technologies

This article provides a comprehensive overview of Docker, covering its role as a cloud‑native platform, the concepts of containers, images, and registries, and explains the underlying Linux kernel features such as namespaces, cgroups, and UnionFS that enable lightweight virtualization.

DockerImagesNamespaces
0 likes · 5 min read
Understanding Docker: Containers, Images, Registries, and Core Linux Technologies
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Apr 19, 2024 · Cloud Native

Understanding Docker: Architecture, Core Components, and Underlying Mechanisms

This article explains Docker’s core architecture—including images, containers, and registries—and details how Linux namespaces, cgroups, and UnionFS work together to provide resource isolation, limitation, and lightweight virtualization, while also offering promotional links to extensive architecture and interview collections.

DockerUnionFScgroup
0 likes · 6 min read
Understanding Docker: Architecture, Core Components, and Underlying Mechanisms
TAL Education Technology
TAL Education Technology
Jul 14, 2022 · Cloud Native

Understanding Docker Containers: Namespaces, Control Groups, and UnionFS

This article explains the fundamentals of Docker container technology, covering the role of Linux namespaces for process isolation, control groups for resource limiting, and UnionFS-based image layering, while providing practical command examples and code snippets for creating and managing containers.

ContainerDockerLinux
0 likes · 15 min read
Understanding Docker Containers: Namespaces, Control Groups, and UnionFS
AntTech
AntTech
Jul 22, 2020 · Cloud Native

From Live CD to Docker: The Evolution of Union Filesystems and Modern Image Formats

The article traces the history from early Live CD technologies like Knoppix’s cloop and SquashFS, through the development of union filesystems such as aufs, to Docker’s layered image model, and discusses emerging next‑generation image formats aiming to reduce redundancy and improve lazy loading.

ContainerDockerImage Formats
0 likes · 17 min read
From Live CD to Docker: The Evolution of Union Filesystems and Modern Image Formats
Architect
Architect
Nov 14, 2015 · Cloud Native

Understanding AUFS: Union File System Basics, Usage, and Performance

This article explains the concepts, usage, and performance characteristics of AUFS, a Union File System used in Linux and Docker, providing examples of mounting, branch permissions, whiteout handling, and configuration options, while discussing its role in container image layering.

AUFSContainer StorageDocker
0 likes · 13 min read
Understanding AUFS: Union File System Basics, Usage, and Performance