linuxserver/kasm.

29,597 54 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/kasm
Build Time 26 Sep 2023 21:55:56
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.14.0 26 Sep 2023 at 21:55:56

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  kasm:
    image: linuxserver/kasm:1.14.0
    container_name: kasm
    restart: no

CLI

docker create \
  --name=kasm \  --restart no \
  linuxserver/kasm:1.14.0