- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 116字
- 2021-08-13 16:03:42
Container filesystem
The container filesystem, used for every Docker image, is represented as a list of read-only layers stacked on top of each other. These layers eventually form a base root filesystem for a container. In order to make it happen, different storage drivers are being used. All the changes to the filesystem of a running container are done to the top level image layer of a container. This layer is called a Container layer. What it basically means is that several containers may share access to the same underlying level of a Docker image, but write the changes locally and uniquely to each other. This process is shown in the following diagram:
Docker layers
推薦閱讀
- 樂學Windows操作系統
- 發布!設計與部署穩定的分布式系統(第2版)
- 開源安全運維平臺OSSIM疑難解析:入門篇
- SharePoint 2013 應用開發實戰
- Alfresco 4 Enterprise Content Management Implementation
- 嵌入式操作系統(Linux篇)(微課版)
- Linux就該這么學
- Linux使用和管理指南:從云原生到可觀測性
- 無蘋果不生活 The New iPad隨身寶典
- Linux網絡配置與安全管理
- 鴻蒙HarmonyOS手機應用開發實戰
- Web Penetration Testing with Kali Linux(Third Edition)
- VMware Horizon Mirage Essentials
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Unity AR/VR開發:實戰高手訓練營