How to run a windows docker container on linux host?

can we run a windows docker container on linux host? also can take a RDP to windows docker container hosted on linux from other windows machines in the same network?


"windows docker": if that means docker for windows, running Windows container, then no.

You could run windows container on Linux the same way you are running Linux Container on windows: through a Virtual Machine emulating the target host.

Update Dec. 2016: Kubernetes 1.5 might offer a solution: see "Linux machine with docker deploy windows container"


As VonC answered, it is not possible ATM.

Nevertheless you may consider to run wine if the service you need to run can run with wine.


About RDP, I see this extract from

https://msdn.microsoft.com/en-us/virtualization/windowscontainers/about/work_in_progress

Remote Desktop Windows Containers cannot be managed/interacted with through a RDP session in TP4.

链接地址: http://www.djcxy.com/p/18188.html

上一篇: 编译后的二进制文件不会在Ubuntu主机上的高山码头容器中运行

下一篇: 如何在Linux主机上运行Windows Docker容器?