-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test on Windows #2
Comments
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). |
Indeed.. since the windows instructions use boot2docker I expect the steps for running Fiji will be similar to those on OSX. Looks like we can start by trying Xming and a windows socat equivalent |
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). You do not need socat. With |
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: