- Notifications
You must be signed in to change notification settings - Fork121
Base Docker image to run wine programs in a web browser via noVNC (html5 vnc viewer) + Xvfb + x11vnc
License
solarkennedy/wine-x11-novnc-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Not a very good name, is it?
Ever wanted to containerize your wine applications and access them viaa web browser? No? Neither did I!
This container runs:
- Xvfb - X11 in a virtual framebuffer
- x11vnc - A VNC server that scrapes the above X11 server
- noNVC - A HTML5 canvas vnc viewer
- Fluxbox - a small window manager
- Explorer.exe - to demo that it works
This is atrusted buildon the Docker Hub.
# Start the containerdocker run --rm -p 8080:8080 solarkennedy/wine-x11-novnc-docker# Show the container ID (this is the VNC password)docker ps# Open VNC in your web browserxdg-open http://localhost:8080
In your web browser, type the container ID as password, and then you should see the default application, explorer.exe:
This is a base image. You should fork or use this base image to run your own wine programs?
- Wine could be optimized a bit
- Fluxbox could be skinned or reduced
About
Base Docker image to run wine programs in a web browser via noVNC (html5 vnc viewer) + Xvfb + x11vnc
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.