This is a minimal Docker installation with:
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.
git clone https://github.com/naei/docker-openbox-novnc.git
cd docker-openbox-novnc
docker build -t naei/openbox-novnc .
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
Content type
Image
Digest
Size
193 MB
Last updated
over 5 years ago
docker pull naei/openbox-novnc