What can we do if my docker service is running on a remote server with no display, and we need to connect the GUI app running in the docker container to the DISPLAY at the local system?
In my scenario I have a remote server running docker so can we forward the display to the local machine in this scenario?
Local Linux system [where the display is required]
<->
remote server [ssh access available, docker installed, no display]
<->
Docker container[running GUI app]
Is it possible with Xorg or in this case VNC needs to be used?