question

oumaimaidoudi-9259 avatar image
0 Votes"
oumaimaidoudi-9259 asked oumaimaidoudi-9259 commented

Unable to display GUI application from Windows container

I need to use Docker / Windows containers on Windows 2019 Server and prepare it Windows applications to run on it.

Is there a way to access a Windows Container via GUI?

is there a windows image that supports GUI applications ?

windows-serverdotnet-ad
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

LimitlessTechnology-2700 avatar image
0 Votes"
LimitlessTechnology-2700 answered oumaimaidoudi-9259 commented

Hi there,

Most of the Windows image supports docker. To run a container, you first install a base image, which provides a foundational layer of operating system services to your container. Then you create and run a container image, which is based upon the base image.

Container Base Images https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-base-images

Get started: Run your first Windows container https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/run-your-first-container

We can run any application in Docker as long as it can be installed and executed unattended, although we can not see the GUI.



--If the reply is helpful, please Upvote and Accept it as an answer--

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I wonder if there is a solution to simulate the pop-up UI after starting the test in docker windows containers because I had some automation tests to lance in the container wish they need GUI to do an actions

1 Vote 1 ·