简体   繁体   中英

Is it possible to run GUI apps in windows containers?

So I'm playing around with this containers concept and specificlly windows containers.

I managed to run containers using the windows nanoserver image, however this image meant to services and does not support gui applications (or 32 bit apps).

Couldn't find any mentioning of running gui applications (and see there gui) using windows container (found only linux container gui).

is there a way to run GUI apps in containers? and so how do I can create my own image containing this support?

据我所知,这是不可能的,因为 docker 不允许在容器内使用 rdp

The nano server is not supporting GUI. That's why I cannot see how this should work if your base image for your container is a nano server

No, it is not possible on Windows regardless of image. It is a system limitation. As a last hope to get this somehow running I would try to install a VNC server inside a container and would try to connect to it from outside. This approach works for Linux-based containers. But I'm doubting that it will work on Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM