-
Notifications
You must be signed in to change notification settings - Fork 379
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
docker-for-win: firewall settings / no X window appears #108
Comments
I do not see why x11docker would not work where any sort of
Maybe a regular Windows update that changed something, too? |
Well, I enabled the firewall again (Domain network, Private network and Public network), and it now works. vcxsrv must be enabled for private and public networks, but now x11docker behaves as well as
Might be. I'm closing this, because I don't know what did break or fix it. |
Thank you for reporting and investigation! |
Today I found the same issue when using |
Also in wiki, closing. |
Coming from #87 (comment)
I tried the following:
winpty docker run -it -e DISPLAY=10.0.75.1:0.0 alpine_term xterm
works.winpty docker run -it -e DISPLAY=10.0.75.1:0.0 alpine_term xterm
does not work.However,
x11docker
does not work with any of them.Last, I disabled the firewall everywhere (Domain network, Private network and Public network). Now
x11docker
works.So, it is strange that this problem did not happen earlier. Although it might sound strange, I think that this might have something to do with changing from wireless to ethernet recently. I did change nothing more these last days.
Will have to investige further.
The text was updated successfully, but these errors were encountered: