Hi all,
I am trying to understand few basics of Docker. kindly clarify.
In Windows OS(win 10 pro), if I run an image in Linux Container, then the image will be running in Linux OS (which will be a virtual machine and this Linux OS can be viewed in Hyper V manager).
Similarly in Windows OS (win 10 pro), if I run an image in Windows Container, I can deploy the image in two modes.
- IsolationMode - HyperV
- IsolationMode - Process
If the IsolationMode is Process , then the container will be sharing same kernel as that of the Host.
If the IsolationMode is Set to HyperV , then I believe that the container will not be sharing the Hosts Kernel. In this case the container will be running in a separate OS. I am trying to understand where to find this OS.
In my Hyper-V Manager screen, I could see only one OS - Linux. I could not see the other Windows OS. where could I see it. or let me know if my understanding itself is wrong.