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

64-bit support #19

Open yllekz opened 3 years ago

yllekz commented 3 years ago

Hello, I am trying to run this on an M1 Mac running Big Sur. Modern macOS does not support 32-bit applications, so deploying this causes segfaults in the container logs when trying to open Wine applications. I believe Wine has 64-bit versions of executable however, so I was wondering how feasible it was to have this container launch with a 64-bit version of explorer?