/docker-novnc

Docker container to run NoVNC as a Nomad task

Primary LanguageDockerfileMIT LicenseMIT

noVNC Display Container

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.

Image Contents

  • noNVC - A HTML5 canvas vnc viewer

Usage

Coming soon

Variables

  • ${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.

Stand-alone Demo

Coming soon

On DockerHub / GitHub


Thanks


This is based on the novnc container by @theasp: https://github.com/theasp/docker which: