- 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
- xterm - to demo that it works
- supervisord - to keep it all running
- Telgram -
You can specify the following variables:
DISPLAY_WIDTH=<width>
(1024)DISPLAY_HEIGHT=<height>
(768)
git clone https://github.com/nom3ad/docker-novnc-telegram
cd docker-novnc-telegram
docker build -t novnc-telegram .
docker run --rm -it -p 8080:8080 novnc-telegram
Forked from theasp/docker-novnc This is based on the alpine container by @psharkey: https://github.com/psharkey/docker/tree/master/novnc Based on wine-x11-novnc-docker and octave-x11-novnc-docker.