- 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
推薦閱讀
- Mastering ElasticSearch
- 精通Linux內核開發
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- Linux集群和自動化運維
- Linux操作系統應用編程
- Python基礎教程(第3版)
- Kubernetes從入門到實踐
- 嵌入式系統及其應用(第三版)
- Multi-Cloud for Architects
- Linux操作系統案例教程(第2版)
- 操作系統之哲學原理第2版
- Unity AR/VR開發:實戰高手訓練營
- Xamarin Mobile Application Development for Android
- Selenium Framework Design in Data-Driven Testing
- OpenSolaris系統管理