Rpm: add test-rpm-barebones with Openbox

Twm wasn't available.
This commit is contained in:
Dmitry Maksyoma
2021-02-11 20:45:01 +13:00
parent 49996f91e6
commit 69efc52614
2 changed files with 12 additions and 7 deletions

View File

@@ -11,4 +11,5 @@ docker build --build-arg KASMVNC_PACKAGE_DIR="build" \
-f dockerfile.${os}_${os_codename}.barebones.rpm.test .
echo
echo "You will be asked to set password. User name is docker."
docker run -it -p 443:8443 --rm kasmvnctester_barebones_${os}:$os_codename
docker run -it -p 443:8443 --rm -e "VNC_USER=foo" -e "VNC_PW=bar" \
kasmvnctester_barebones_${os}:$os_codename