- 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.
推薦閱讀
- C++ Primer習題集(第5版)
- INSTANT OpenCV Starter
- Android開發精要
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 數據庫系統原理及MySQL應用教程
- Hadoop+Spark大數據分析實戰
- 高級C/C++編譯技術(典藏版)
- Hands-On C++ Game Animation Programming
- JSP開發案例教程
- Java Web開發技術教程
- Python Data Analysis(Second Edition)
- 代替VBA!用Python輕松實現Excel編程
- MongoDB Administrator’s Guide
- Python程序設計