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

wine-x11-novnc-docker

Docker Image Size (tag) 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:

This is a trusted build on the Docker Hub.

Run It

docker run --rm -p 8080:8080 solarkennedy/wine-x11-novnc-docker
xdg-open http://localhost:8080

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

Explorer Screenshot

Modifying

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

Issues