- Docker on Windows
- Elton Stoneman
- 106字
- 2021-07-02 12:47:57
Working with data in Docker images and containers
Applications running in a Docker container see a single filesystem which they can read from and write to in the usual way for the operating system. The container sees a single filesystem drive but it's actually a virtual filesystem, and the underlying data can be in many different physical locations.
Files which a container can access on its C drive could actually be stored in an image layer, in the container's own storage layer, or in a volume that is mapped to a location on the host. Docker merges all of these locations into a single virtual filesystem.
推薦閱讀
- 全屋互聯(lián):智能家居系統(tǒng)開發(fā)指南
- Getting Started with oVirt 3.3
- Linux實戰(zhàn)
- Linux從零開始學(xué)(視頻教學(xué)版)
- Hands-On DevOps with Vagrant
- Linux網(wǎng)絡(luò)內(nèi)核分析與開發(fā)
- 混沌工程:復(fù)雜系統(tǒng)韌性實現(xiàn)之道
- 直播系統(tǒng)開發(fā):基于Nginx與Nginx-rtmp-module
- Python UNIX和Linux系統(tǒng)管理指南
- Windows 10從新手到高手
- Linux軟件管理平臺設(shè)計與實現(xiàn)
- 鴻蒙操作系統(tǒng)設(shè)計原理與架構(gòu)
- Agile IT Security Implementation Methodology
- Linux操作系統(tǒng)案例教程(第2版)
- Learn Quantum Computing with Python and IBM Quantum Experience