• Stars
    star
    516
  • Rank 82,782 (Top 2 %)
  • Language
    Shell
  • License
    Other
  • Created almost 3 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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