Skip to content
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

Open
hinerm opened this issue Mar 10, 2015 · 3 comments
Open

Test on Windows #2

hinerm opened this issue Mar 10, 2015 · 3 comments

Comments

@hinerm
Copy link
Member

hinerm commented Mar 10, 2015

Haven't tried any of these dockerfiles on Windows yet, so I'm not sure what's required to get GUI apps running.

@dscho
Copy link

dscho commented Mar 10, 2015

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).

@hinerm
Copy link
Member Author

hinerm commented Mar 10, 2015

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

@dscho
Copy link

dscho commented Mar 10, 2015

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 boot2docker, there are better ways to open ports to services running inside the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants