Minimal kasm desktop image, repo: https://github.com/yusiwen/kasm-core-minimal
1.6K
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
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