Skip to content

OliverKohl/x11-novnc-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x11-novnc-docker

This docker runs any application, which can be accessed through a browser in a noVNC window.

Demo Screenshot

... more screenshots

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
  • octave - to demo that it works

How To

With Docker Hub

  • docker pull epflsti/octave-x11-novnc-docker
  • docker run -p 8083:8083 -ti epflsti/octave-x11-novnc-docker:latest
  • firefox http://localhost:8083
  • octave is launched, just run some script e.g. my_sombrero.m

Adding the parameter -e SCREEN_RESOLUTION=<width>x<height> the screen size displayed is adjusted to the one in the environment variable. By default it is 1024x768.

Manual Build

  • docker build -t epflsti/octave-x11-novnc-docker:latest .
  • docker run -p 8083:8083 -ti epflsti/octave-x11-novnc-docker:latest
  • firefox http://localhost:8083
  • octave is launched, just run some script e.g. my_sombrero.m

Gh-pages

Please visit the project's website on http://epfl-sti.github.io/octave-x11-novnc-docker/

On DockerHub / GitHub

Thanks

Based on wine-x11-novnc-docker, thanks @solarkennedy !

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.7%
  • Python 10.4%
  • HTML 8.3%
  • CSS 2.8%
  • Shell 0.7%
  • MATLAB 0.6%
  • Other 0.5%