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 ?
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 ?
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--
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
15 people are following this question.