Merge branch 'bugfix/KASM-3690_add_build_arg' into 'develop'

KASM-3690 Add missing build arg to README

Closes KASM-3690

See merge request kasm-technologies/internal/workspaces-core-images!101
This commit is contained in:
Justin Travis 2022-12-16 15:20:36 +00:00
commit 9e2a1e6830

View File

@ -6,7 +6,7 @@ These images are based off popular linux distributions and contain the wiring ne
While these images are primarily built to run inside the Kasm platform, they can also be executed manually. Please note that certain functionality, such as audio, uploads, downloads, and microphone passthrough are only available within the Kasm platform. While these images are primarily built to run inside the Kasm platform, they can also be executed manually. Please note that certain functionality, such as audio, uploads, downloads, and microphone passthrough are only available within the Kasm platform.
``` ```
sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/<image>:<tag> sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password --build-arg START_XFCE4=1 kasmweb/<image>:<tag>
``` ```
The container is now accessible via a browser : `https://<IP>:6901` The container is now accessible via a browser : `https://<IP>:6901`