Go to file
Justin Travis 5a0f9ad6c8 Merge branch 'bugfix/KASM-6603_fix_base_tag_for_rolling' into 'release/1.16.0'
KASM-6603 fix base tag

See merge request kasm-technologies/internal/workspaces-images!203
2024-10-17 20:40:04 +00:00
ci-scripts KASM-6450 rebase retroarch to Jammy and update config 2024-09-16 11:39:34 -04:00
docs KASM-6388 2024-08-28 12:09:55 -04:00
src KASM-6450 rebase retroarch to Jammy and update config 2024-09-16 11:39:34 -04:00
.gitlab-ci.yml KASM-6603 fix base tag 2024-10-15 17:19:04 +00:00
dockerfile-kasm-almalinux-8-desktop
dockerfile-kasm-almalinux-9-desktop
dockerfile-kasm-alpine-317-desktop
dockerfile-kasm-alpine-318-desktop
dockerfile-kasm-alpine-319-desktop
dockerfile-kasm-alpine-320-desktop
dockerfile-kasm-atom
dockerfile-kasm-audacity
dockerfile-kasm-blender
dockerfile-kasm-brave
dockerfile-kasm-chrome
dockerfile-kasm-chromium
dockerfile-kasm-debian-bookworm-desktop
dockerfile-kasm-debian-bullseye-desktop
dockerfile-kasm-deluge
dockerfile-kasm-desktop
dockerfile-kasm-desktop-deluxe
dockerfile-kasm-discord
dockerfile-kasm-doom
dockerfile-kasm-edge
dockerfile-kasm-fedora-39-desktop
dockerfile-kasm-fedora-40-desktop
dockerfile-kasm-filezilla
dockerfile-kasm-firefox
dockerfile-kasm-forensic-osint
dockerfile-kasm-gimp
dockerfile-kasm-hunchly
dockerfile-kasm-inkscape
dockerfile-kasm-insomnia
dockerfile-kasm-java-dev
dockerfile-kasm-kali-rolling-desktop
dockerfile-kasm-libre-office
dockerfile-kasm-maltego
dockerfile-kasm-minetest
dockerfile-kasm-nessus
dockerfile-kasm-only-office
dockerfile-kasm-opensuse-15-desktop
dockerfile-kasm-oracle-8-desktop
dockerfile-kasm-oracle-9-desktop
dockerfile-kasm-parrotos-6-desktop
dockerfile-kasm-pinta
dockerfile-kasm-postman
dockerfile-kasm-qbittorrent
dockerfile-kasm-realvnc-vncviewer
dockerfile-kasm-redroid
dockerfile-kasm-remmina
dockerfile-kasm-remnux-focal-desktop
dockerfile-kasm-retroarch KASM-6450 rebase retroarch to Jammy and update config 2024-09-16 11:39:34 -04:00
dockerfile-kasm-rockylinux-8-desktop
dockerfile-kasm-rockylinux-9-desktop
dockerfile-kasm-signal
dockerfile-kasm-slack
dockerfile-kasm-spiderfoot
dockerfile-kasm-steam
dockerfile-kasm-sublime-text
dockerfile-kasm-super-tux-kart
dockerfile-kasm-teams
dockerfile-kasm-telegram KASM-6265 Add Chrome to telegram image 2024-07-24 18:38:08 -04:00
dockerfile-kasm-terminal
dockerfile-kasm-thunderbird
dockerfile-kasm-tor-browser
dockerfile-kasm-tracelabs
dockerfile-kasm-ubuntu-focal-desktop
dockerfile-kasm-ubuntu-focal-desktop-vpn
dockerfile-kasm-ubuntu-focal-dind
dockerfile-kasm-ubuntu-focal-dind-rootless
dockerfile-kasm-ubuntu-jammy-desktop
dockerfile-kasm-ubuntu-jammy-dind
dockerfile-kasm-ubuntu-jammy-dind-rootless
dockerfile-kasm-ubuntu-noble-desktop
dockerfile-kasm-ubuntu-noble-dind
dockerfile-kasm-ubuntu-noble-dind-rootless
dockerfile-kasm-unityhub
dockerfile-kasm-vivaldi
dockerfile-kasm-vlc
dockerfile-kasm-vmware-horizon
dockerfile-kasm-vs-code KASM-6300 Add Chrome to vscode 2024-07-31 17:40:28 -04:00
dockerfile-kasm-wine
dockerfile-kasm-zoom
dockerfile-kasm-zsnes
dockerfile-kasmos-desktop
LICENSE.md
README.md

Logo

Workspaces Images

This repository contains several example of desktop and application Workspaces images. Administrators may leverage these images directly or use them as a starting point for their own custom images. Each of these images is based off one of the Workspaces Core Images which contain the necessary wiring to work within the Kasm Workspaces platform.

For more information about building custom images please review the How To Guide

The Kasm team publishes applications and desktop images for use inside the platform. More information, including source can be found in the Default Images List

Manual Deployment

To build the provided images:

sudo docker build -t kasmweb/firefox:dev -f dockerfile-kasm-firefox .

While these image are primarily built to run inside the Workspaces platform, they can also be executed manually. Please note that certain functionality, such as audio, uploads, downloads, and microphone pass-through are only available within the Kasm platform.

sudo docker run --rm  -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/firefox:dev

The container is now accessible via a browser : https://<IP>:6901

  • User : kasm_user
  • Password: password

About Workspaces

Kasm Workspaces is a docker container streaming platform that enables you to deliver browser-based access to desktops, applications, and web services. Kasm uses a modern DevOps approach for programmatic delivery of services via Containerized Desktop Infrastructure (CDI) technology to create on-demand, disposable, docker containers that are accessible via web browser. The rendering of the graphical-based containers is powered by the open-source project KasmVNC

Screenshot

Kasm Workspaces was developed to meet the most demanding secure collaboration requirements that is highly scalable, customizable, and easy to maintain. Most importantly, Kasm provides a solution, rather than a service, so it is infinitely customizable to your unique requirements and includes a developer API so that it can be integrated with, rather than replace, your existing applications and workflows. Kasm can be deployed in the cloud (Public or Private), on-premise (Including Air-Gapped Networks), or in a hybrid configuration.

Live Demo

A self-guided on-demand demo is available at kasmweb.com