This image is intended to be used for connecting to VNC servers in a browser. It's been pared down to be most useful as a Nomad task, so it lacks an internal supervisor intentionally to leverage Nomad's task restarting behavior.
- noNVC - A HTML5 canvas vnc viewer
Coming soon
${NOVNC_PORT}
- port for NOVNC to listen on.${VNC_SERVER_IP}
- IP address of the VNC server to connect to.${VNC_SERVER_PORT}
- Port of the VNC server to listen to.
Coming soon
- DockerHub voiselle/novnc
- GitHub angrycub/docker-novnc
This is based on the novnc container by @theasp: https://github.com/theasp/docker which:
- is based on the alpine container by @psharkey: https://github.com/psharkey/docker/tree/master/novnc
- is based on wine-x11-novnc-docker and octave-x11-novnc-docker.