Add Kasm, containised apps and desktops using docker.

https://kasmweb.com/
https://github.com/linuxserver/docker-kasm/
This commit is contained in:
sysvar 2023-04-14 22:29:09 +01:00 committed by GitHub
parent 75f8486f88
commit e6f05e3fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -659,6 +659,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
- [Docker Compose](https://docs.docker.com/compose/) - Define and run multi-container Docker applications.
- [Docker Swarm](https://docs.docker.com/engine/swarm/) - Manage cluster of Docker Engines.
- [Docker](http://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications.
- [Kasm](https://kasmweb.com/) - Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc. ([Demo](https://www.kasmweb.com/#demo), [Source Code](https://github.com/linuxserver/docker-kasm/)) `GPL-3.0`
- [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features.
- [LXD](https://linuxcontainers.org/lxd/) a container "hypervisor" and a better UX for LXC.
- [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.