solarkennedy / wine-x11-novnc-docker

Base Docker image to run wine programs in a web browser via noVNC (html5 vnc viewer) + Xvfb + x11vnc
Apache License 2.0
273 stars 103 forks source link

No network access #7

Closed pmjohann closed 4 years ago

pmjohann commented 5 years ago

First of all, thank you for this great image, exactly what and how I wanted to build it myself!

I have one major problem though, .exe executed with wine seem unable to make any kind of network connections, such as:

I did 2 hours of research, ping seems to be a separate issue, but no network access does not seem to be normal.

Any suggestions? Thanks!

solarkennedy commented 4 years ago

Hard to say. Try running docker run --net=host ?

pmjohann commented 4 years ago

I’ll try it tomorrow and report back, thanks.

pmjohann commented 4 years ago

This issue is resolved with current version, thank you, keep up the good work!