Sign inSign up

neilpang/novncbox

By neilpang

Updated almost 9 years ago

novnc box

Image
0

793

neilpang/novncbox repository overview

novncbox

noVNC with openbox

1. Run in docker

1. build
docker build -t mynovncbox novncbox

2. run
docker run -d -it -p 6080:6080 mynovncbox:latest
3. access
http://ip:6080
4. access via ssl

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 

2. Run standalone

1. Install in Debian 8
apt-get update -qqy && apt-get upgrade -qqy

apt-get install -qqy ca-certificates

chmod +x install.sh

./install.sh
2. Start openbox
chmod +x startup.sh
./startup.sh &

Tag summary

Content type

Image

Digest

Size

273.7 MB

Last updated

almost 9 years ago

docker pull neilpang/novncbox