On a local server, I have Docker installed to manage containers that contain Python scripts with TKinter, which generate a graphical interface for user interaction.
I would like the computers connected to the network to be able to run these programs from the Docker container on the server and display the graphical interface on their own monitors. I know that to emulate a graphical interface in Docker, Xming is used, which I already have installed, considering all the computers on the network are running Windows.
Could someone help me set up this system?
I managed to get the procedure working locally with Docker, but I am having difficulty getting it to work on a separate server and emulating the display to the client desktop.