A method of using docker container to realize virtual file system
A docker container and virtual file system technology, applied in the field of computer virtual storage, can solve the problems of high overhead and low file storage efficiency, and achieve the effect of reducing overhead and disk access times
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0020] as attached image 3 As shown, use the Docker container to create a virtual environment, which has a configuration file, and use the configuration file to generate the container. Different underlying file systems are adapted to different containers, and each container contains file modification content blocks, file difference blocks, and file pointers.
[0021] When performing file modification and storage operations, the operation is actually performed in the file modification content block. After the operation is completed, it is compared with the file data in the file difference block, and if there is a difference, the file modification needs to be saved to the disk. To store a file, first use the file pointer to traverse the disk cache area. The disk cache area is a virtual area between the container and the disk, which stores the file pointer and a file operation queue inside.
[0022] Check whether there is a corresponding file in the disk cache area. If the dis...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


