linuxserver/kasm.

346,609 91 amd64 unknown arm64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/kasm
Build Time 20 May 2025 22:10:23
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 20 May 2025 at 22:10:12

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:latest
    container_name: kasm
    restart: no

CLI

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