From b4a98d4bf21fce71aeb2b87932db32eebe5941de Mon Sep 17 00:00:00 2001 From: Matthew McClaskey Date: Mon, 5 Dec 2022 12:29:35 +0000 Subject: [PATCH] KASM-3690 add build arg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3f438..c61dec0 100644 --- a/README.md +++ b/README.md @@ -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. ``` -sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/: +sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password --build-arg START_XFCE4=1 kasmweb/: ``` The container is now accessible via a browser : `https://:6901`