FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318 RUN apk add --no-cache firefox COPY /root / And we can define the application to start using: mkdir -p root/defaults echo "firefox" > root/defaults/autostart Resulting in a folder that looks like this: ├── Dockerfile └── ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} xxbillouxx / linuxserver-docker-baseimage-kasmvnc Public forked from linuxserver/docker-baseimage-kasmvnc Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
linuxserver/docker-baseimage-kasmvncPublic Sponsor NotificationsYou must be signed in to change notification settings Fork55 Star319 New issue Merged thelamermerged 1 commit intoarchfromarch-mic Jun 25, 2024 +18−0 Member thelamercommentedJun 25, 2024 ...
This can be tested with this image: docker run --rm -it \ -p 3001:3001 \ --shm-size=1gb \ taisun/random-images:lsio-mic bash This needs to be synched with a Kclient release before merging but the test image is built off master.
I have read the contributing guideline and understand that I have made the correct modifications Description: Benefits of this PR and context: How Has This Been Tested? Source / References:
I have read the contributing guideline and understand that I have made the correct modifications Description: Benefits of this PR and context: How Has This Been Tested? Source / References:
This can be tested with this image: docker run --rm -it \ -p 3001:3001 \ --shm-size=1gb \ taisun/random-images:lsio-mic bash This needs to be synched with a Kclient release before merging but the test image is built off master.
This can be tested with this image: docker run --rm -it \ -p 3001:3001 \ --shm-size=1gb \ taisun/random-images:lsio-mic bash This needs to be synched with a Kclient release before merging but the test image is built off master. Sorry, something went wrong. add mic support ub...
This can be tested with this image: docker run --rm -it \ -p 3001:3001 \ --shm-size=1gb \ taisun/random-images:lsio-mic bash This needs to be synched with a Kclient release before merging but the test image is built off master. Sorry, something went wrong. add mic support fe...
This adds nvidia support by adding env vars when the runtime is detected and not trying to bind an nvidia card to DRI3. This needs to be synced with a base build as there is a library linked to nodejs that got bumped.