Forum Discussion
null null
Oct 16, 2018Copper Contributor
LCOW guide for windows server 2019
Hello Ppl, I have been trying to use linux container on windows (2019 server). I have found any straight forward guide which would direct me how to use this feature on windows 2019 server. I think ...
ViniciusApolinario
Microsoft
Mar 15, 2019LCOW requires Hyper-v isolation. You can check more info here: https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/linux-containers
Basically, you have to add --isolation=hyperv in the docker run command.
Regards,
Vinicius