1. Because it is not the win10 professional version, I downloaded the dockertoolbox installation when downloading the win10 version of docker
2. I have set up the shared folder of the Oracle VM VirtualBox virtual machine
3. I double-clicked the Docker Quickstart Terminal to open the virtual machine
4. The inside of the virtual machine is like this, and then I ran docker run -p 82:80 -p 32000:22 -v /c/MyThings:/share/data -t -i centos:6.6 /bin /bash
5. However, the hard disk was not successfully mounted and the share/data directory was empty
1. After modifying the sharing of the vm, you should use docker-machine restart default to restart
2. As shown in the figure
1.![](http://img.php.cn/upload/image/000/000/000/f59979b690ad097cb63e2bae24fa9087-0.png)
![](http://img.php.cn/upload/image/000/000/000/ae4ddbbd3c070a340092b67e0d4bf478-1.png)
2.
3. Use mount to view the mount
4. When you run a container, the principle is to mount the default host