KasmVNC/builder
Kasm 313961153c
Update install.sh
Modified installer to use release on GitHub
2020-09-20 09:04:35 -04:00
..
install Update install.sh 2020-09-20 09:04:35 -04:00
build_and_deploy_kasm.sh Initial commit 2020-09-20 12:16:44 +00:00
build.sh Initial commit 2020-09-20 12:16:44 +00:00
dockerfile.16.04.build Initial commit 2020-09-20 12:16:44 +00:00
dockerfile.build Initial commit 2020-09-20 12:16:44 +00:00
dockerfile.test Initial commit 2020-09-20 12:16:44 +00:00
README.md Initial commit 2020-09-20 12:16:44 +00:00

REQIUREMENTS Docker CE

build the docker image

cd /src_code_root
sudo docker build -t kasmvncbuilder:18.04 -f builder/dockerfile.build .

run the builder

sudo docker run -v /tmp:/build  kasmvncbuilder:18.04

tar will be on /tmp of host

cp /tmp/kasmvnc*.tar.gz builder/

build test desktop container with new binary installed

cd builder
sudo docker build -t kasmvnctester:18.04 -f dockerfile.test .

run an instance of the new destkop

sudo docker run -d -p 80:6901 -p 5901:5901 -e VNCOPTIONS="-detectScrolling -PreferBandwidth -DynamicQualityMin=0" kasmvnctester:latest

open browser and point to http://IPAddress/vnc_lite.html default password is "vncpassword" or use a VNC client