Sign inSign up

naei/openbox-novnc

By naei

Updated over 5 years ago

Openbox on Ubuntu with x11vnc & NoVNC

Image
2

494

naei/openbox-novnc repository overview

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

Tag summary

Content type

Image

Digest

Size

193 MB

Last updated

over 5 years ago

docker pull naei/openbox-novnc