I want to containerize a Dotnet Winform application so that I can interact with it through the IP. The application is using System.Windows.Forms. If possible, how can I add docker support into it?
I want to containerize a Dotnet Winform application so that I can interact with it through the IP. The application is using System.Windows.Forms. If possible, how can I add docker support into it?