- 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.
推薦閱讀
- 30天自制操作系統
- Linux設備驅動開發詳解(第2版)
- Implementing Cisco UCS Solutions
- Windows Vista基礎與應用精品教程
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Learning Android Intents
- Extending Bootstrap
- Linux集群和自動化運維
- Linux Shell編程從入門到精通(第2版)
- Windows Server 2019 Administration Fundamentals
- 從實踐中學習Windows滲透測試
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Hadoop Operations and Cluster Management Cookbook
- 程序員必讀經典(算法基礎+計算機系統)
- Drupal 7 Mobile Web Development Beginner’s Guide