noVNC with openbox
docker build -t mynovncbox novncbox
docker run -d -it -p 6080:6080 mynovncbox:latest
http://ip:6080
combine the fullchain certs and the key into one file: ~/all_in_one.pem
docker run -d -it -v ~:/cert -e SSLONLY=1 -e CERT=/cert/all_in_one.pem -p 6080:6080 mynovncbox:latest
apt-get update -qqy && apt-get upgrade -qqy
apt-get install -qqy ca-certificates
chmod +x install.sh
./install.sh
chmod +x startup.sh
./startup.sh &
Content type
Image
Digest
Size
273.7 MB
Last updated
almost 9 years ago
docker pull neilpang/novncbox