Install doc
windows
Official document installation
Docker
Inwindow
The following is installed atVirtualBox
. in the virtual machine, and our development environment code is inwindow
under
In the running virtual machinedocker
Containers are code that can be hung on virtual machines indocker
Running in a container,
But here’s the problem. The code iswindow
Next,docker
How can containers be obtained through virtual machineswindow
What about the code below
That is to say, inVirtualBox
. Docker container in virtual machine, how to runwindow
Under the code?
I haven’t tried it under windows, but I know it is implemented under Linux by sharing a directory (mounting volumes). Then, as long as I put the files in the directory of host, the application in the container can access the files in this directory.