- 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
推薦閱讀
- 電腦組裝與系統(tǒng)安裝
- Getting Started with oVirt 3.3
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 精通Linux內(nèi)核開發(fā)
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Windows Phone應(yīng)用程序開發(fā)
- AutoCAD 2014中文版從入門到精通
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- AWS SysOps Cookbook
- 寫給架構(gòu)師的Linux實踐:設(shè)計并實現(xiàn)基于Linux的IT解決方案
- Windows Vista終極技巧金典
- Linux操作系統(tǒng)案例教程(第2版)
- Learn Quantum Computing with Python and IBM Quantum Experience
- Getting Started with UDK
- Mastering Eclipse Plug-in Development