i have a windows application which I want to containerize. Its a windows desktop application (not web application). I did some searching and found very little about containerizing desktop application. The application which I want to containerize works fine on WindowsServerCore. I have Windowsservercore image on my machine.
I want to know how can I go about containerizing it. Any documentation or useful videos are available? when i completed dockerfile can i interact with my application gui??? how???
You can find tons of example of WindowsServiceCore-based applications in
StefanScherer/dockerfiles-windows
You need to write a Dockerfile (like for instance
diskspd/Dockerfile
where you copy/unzip/install the application you need.That being said, a full GUI support for windowscoreserver is still requested:
"Create base container with full GUI support".