You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, there is no official Docker for Windows support yet (only through VirtualBox, which does not really count). And then you probably need a X11 server to run GUI apps inside Docker, because Docker containers really are Linux containers, so the GUI is still X11 (or Wayland, but that is even more complicated to set up).
Xming is an option, but keep in mind that I never managed to compile that beast. Its latest release is pretty old by X11's standards.
VNC might be a better choice (I had looked into using Xpra instead, but due to the number of regressions introduced in to Xpra I had to let that one go).
Haven't tried any of these dockerfiles on Windows yet, so I'm not sure what's required to get GUI apps running.
The text was updated successfully, but these errors were encountered: