Sign inSign up

yusiwen/kasm-core-minimal

By yusiwen

Updated 6 days ago

Minimal kasm desktop image, repo: https://github.com/yusiwen/kasm-core-minimal

Image
Developer tools
Operating systems
0

1.6K

yusiwen/kasm-core-minimal repository overview

Features

  • minimal image size, approximate only 900MB
  • openbox windows manager, as simple as possible
  • python3.12 included
  • vim, iproute2, etc. tools are included
  • no audio, printer, webcam, nvidia, web-browser, mail, etc. keeping everything simple

Usage

docker run --rm -p 6901:6901 -e VNC_PW=password yusiwen/kasm-core-minimal:1.3.4

Access https://localhost:6901 in web browser.

The default usename is kasm_user, password is set by VNC_PW

If the container is planned to use network other than bridge, such as macvlan, it must be started as:

docker run --rm -p 6901:6901 -e VNC_PW=password -e KASM_NO_VETH=1 yusiwen/kasm-core-minimal:1.3.4

Tag summary

Content type

Image

Digest

sha256:2c7503e49

Size

320.5 MB

Last updated

6 days ago

docker pull yusiwen/kasm-core-minimal:1.5.1-systemd