Skip to content

naei/docker-openbox-novnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published