Is there any way to run an image Windows Docker on Ubuntu? [closed]

▼魔方 西西 提交于 2019-12-07 18:43:59

问题


I would like to know if there is any way to start a container from a Windows Docker image.

The idea would be to start a Windows container on my Ubuntu and then connect by RDP to that Windows machine. It is possible?


回答1:


From Docker success center:

At this time, no, Docker for Windows Server 2016 does not support GUI-based applications. This is because Windows containers are based on either Nano or Core Server, which do not allow users to start up a GUI-based interface nor RDP into the container.

And concerning running Windows containers on Ubuntu, you can find other posts related to that : Can window containers be hosted on linux ? and Linux machine with docker deploy windows container



来源:https://stackoverflow.com/questions/51685973/is-there-any-way-to-run-an-image-windows-docker-on-ubuntu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!