Tag

OverlayFS

0 views collected around this technical thread.

360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jan 10, 2025 · Cloud Native

Unveiling Docker Image Internals: Layers, Storage, and Registry Mechanics

This article explains how Docker images are built on UnionFS with overlay2, describes the rootfs and layer design, details how containers mount image layers, outlines the directory layout of a Docker registry, and walks through the complete image upload, mounting, and security processes.

Container ImagesDockerImage Registry
0 likes · 19 min read
Unveiling Docker Image Internals: Layers, Storage, and Registry Mechanics
Efficient Ops
Efficient Ops
Jan 1, 2024 · Cloud Native

Build a Mini Docker with Bash: Master Namespaces, Cgroups & OverlayFS

This article walks you through creating a lightweight Docker‑like container runtime using Bash, explaining Linux namespaces, cgroups, and overlayfs, showing how to inspect and manipulate them, and providing a complete 130‑line script that implements pull, build, run, exec, logs, and cleanup operations.

BashCgroupsCloud Native
0 likes · 32 min read
Build a Mini Docker with Bash: Master Namespaces, Cgroups & OverlayFS
Architecture Digest
Architecture Digest
Feb 2, 2023 · Cloud Native

Implementing a Minimal Docker with Shell: Namespaces, Cgroups, and OverlayFS

This tutorial demonstrates how to build a lightweight Docker‑like container runtime using Bash by exploring Linux namespaces, cgroups, and overlayfs, providing step‑by‑step commands, code examples, and a full script that mimics core Docker functionalities for deeper operational understanding.

CgroupsContainerizationDocker
0 likes · 29 min read
Implementing a Minimal Docker with Shell: Namespaces, Cgroups, and OverlayFS
vivo Internet Technology
vivo Internet Technology
Feb 1, 2023 · Cloud Native

Implementing a Simple Docker with Shell: Namespaces, Cgroups, and OverlayFS

The article walks readers through building a minimal Docker‑like container runtime entirely in shell, explaining and demoing Linux namespaces, cgroups, and OverlayFS for isolation, resource control, and layered filesystems, and culminates in a concise Bocker script that implements core Docker commands.

BockerCgroupsContainerization
0 likes · 31 min read
Implementing a Simple Docker with Shell: Namespaces, Cgroups, and OverlayFS
Coolpad Technology Team
Coolpad Technology Team
May 31, 2022 · Fundamentals

Understanding NFS File Handles, Export Operations, and Their Use in OverlayFS and Syscalls

This article explains how NFS represents files with file handles, details the generation and decoding mechanisms via export_operations, examines the exportfs API implementation, and explores practical applications such as overlayfs integration and the name_to_handle_at/open_by_handle_at syscalls, providing code examples and kernel‑level insights.

KernelNFSOverlayFS
0 likes · 23 min read
Understanding NFS File Handles, Export Operations, and Their Use in OverlayFS and Syscalls
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Oct 15, 2021 · Operations

OverlayFS: Mounting, File Operations, and Android Use Cases

OverlayFS is a stacking file system that merges lower and upper directories into a single view using mount options like lowerdir, upperdir, and workdir, supports copy‑up, whiteouts, opaque directories and configurable rename handling, and is employed in Android, OpenWRT, and container platforms to provide writable overlays on read‑only layers.

AndroidContainerLinux
0 likes · 8 min read
OverlayFS: Mounting, File Operations, and Android Use Cases
Ops Development Stories
Ops Development Stories
Oct 15, 2021 · Operations

Unlock Docker Image Secrets: From Basics to Advanced Optimization

This article explores Docker images in depth, covering their fundamental concepts, layered storage mechanisms, the relationship with Dockerfiles and containers, practical optimization techniques for size and build speed, and essential security best practices for creating robust, efficient container images.

ContainerDockerImage
0 likes · 20 min read
Unlock Docker Image Secrets: From Basics to Advanced Optimization
OPPO Kernel Craftsman
OPPO Kernel Craftsman
May 21, 2021 · Fundamentals

Unconventional Linux Filesystems: OverlayFS, IncFS, ZoneFS, LTFS, and StegFS

The article surveys several unconventional Linux filesystems—OverlayFS for layered read‑only overlays, IncFS enabling incremental app loading, ZoneFS exposing zoned block device zones, LTFS bringing true file‑system semantics to magnetic tape, and StegFS hiding data steganographically—highlighting their unique designs and use cases.

IncFSKernelLTFS
0 likes · 12 min read
Unconventional Linux Filesystems: OverlayFS, IncFS, ZoneFS, LTFS, and StegFS
Efficient Ops
Efficient Ops
Jun 4, 2015 · Operations

Docker Image Storage Showdown: overlayfs vs device-mapper & the Speedy System

This article examines Docker image storage technologies, compares overlayfs and device-mapper drivers, and introduces Speedy, an open‑source distributed backend storage system for Docker images, detailing its architecture, modules, and upload/download workflows.

Container RegistryDockerOverlayFS
0 likes · 12 min read
Docker Image Storage Showdown: overlayfs vs device-mapper & the Speedy System