- Docker on Windows
- Elton Stoneman
- 105字
- 2021-07-02 19:53:20
Working with data in Docker images and containers
Applications running in a Docker container see a single filesystem that 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 that 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 these locations into a single virtual filesystem.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 觸·心:DT時代的大數據精準營銷
- Mastering RabbitMQ
- Angular UI Development with PrimeNG
- Learn to Create WordPress Themes by Building 5 Projects
- 深入淺出Spring Boot 2.x
- OpenCV for Secret Agents
- Visual Basic程序設計與應用實踐教程
- Mastering macOS Programming
- Apex Design Patterns
- 軟件架構:Python語言實現
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Getting Started with Electronic Projects
- Visual Basic語言程序設計上機指導與練習(第3版)