gearboxworks / launch

Running in Docker made trivial
2 stars 0 forks source link

Support GUI for launch containers requiring it. #45

Open MickMake opened 3 years ago

MickMake commented 3 years ago

Only a brief google came up with things that need to be looked at:

A hunch, the best way would be to spin up a container with an X11 server that is accessible via VNC. pros:

Application flow: Container app [X11 client] -> [X11 server] Xserver container

User flow: launch run something [VNC client] -> [VNC server/X11 client proxy] Server container -> [X11 server] Xserver container

Further googles...