Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

LedoKun/wine-x11-novnc-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from solarkennedy/wine-x11-novnc-docker.

wine-x11-novnc-docker

Containerized wine applications with a web browser access.

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
  • WineTricks - a script to download and install Windows runtime lib
  • [NEW!] Wine-mono and Wine-Gecko

Run It

docker run -p 8080:8080 ledokun/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

  • Wine could be optimized a bit
  • Extremely! bloated container...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%