Title logo
linuxserver/kanzi.

1,819,288 11 arm64 arm amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/kanzi
Build Time 21 Jun 2022 17:43:37
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 10.29.2020 21 Jun 2022 at 17:43:36

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  kanzi:
    image: linuxserver/kanzi:10.29.2020
    container_name: kanzi
    restart: no

CLI

docker create \
  --name=kanzi \  --restart no \
  linuxserver/kanzi:10.29.2020