docker-openbox-novnc icon indicating copy to clipboard operation
docker-openbox-novnc copied to clipboard

Openbox on Ubuntu with x11vnc & NoVNC

docker-openbox-novnc

Docker Build Docker Build Status

This is a minimal Docker installation with:

  • Openbox on Ubuntu Server 16.04
  • x11vnc server with NoVNC for remote access

Note: The WebSocket connections are encrypted and the URL is accessible only through HTTPS. As the generated SSL certificate is self-signed, it must be recognized by the browser.

Build (optional)

git clone https://github.com/naei/docker-openbox-novnc.git
cd docker-openbox-novnc
docker build -t naei/openbox-novnc .

Run

docker run -id -p 6080:6080 -e VNC_PASSWD=<YourPassword> naei/openbox-novnc

The -e VNC_PASSWD=<YourPassword> parameter is optional. If not set, the VNC session will be accessible by everyone.

The system is accessible from: https://<YOUR_SERVER_IP>:6080