DougBarry / wine-x11-novnc-docker

Base Docker image to run wine programs in a web browser via noVNC (html5 vnc viewer) + Xvfb + x11vnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wine-x11-novnc-docker

Docker Pulls

Not a very good name, is it?

Ever wanted to containerize your wine applications and access them via a 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

Supported tags and respective Dockerfile links

Run It

Debian

docker run --rm -p 8080:8080 dennispohlmann/wine-x11-novnc-docker:stable-debian-11-latest
xdg-open http://localhost:8080

In your web browser you should see the default application, explorer.exe:

Explorer Screenshot

Ubuntu

docker run --rm -p 8080:8080 dennispohlmann/wine-x11-novnc-docker:stable-ubuntu-20.04-latest
xdg-open http://localhost:8080

Explorer Screenshot

Fedora

docker run --rm -p 8080:8080 dennispohlmann/wine-x11-novnc-docker:stable-fedora-35-latest
xdg-open http://localhost:8080

Explorer Screenshot

Modifying

This is a base image. You should fork or use this base image to run your own wine programs?

Issues

  • 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

License:Apache License 2.0


Languages

Language:Makefile 100.0%