Title logo
linuxserver/planka.

3,314 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/planka
Build Time 05 Dec 2024 17:30:29
Synchronised Yes
Stable Yes
Deprecated No

Support Information

External links and support

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.24.3 05 Dec 2024 at 17:30:28

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  planka:
    image: linuxserver/planka:1.24.3
    container_name: planka
    restart: no

CLI

docker create \
  --name=planka \  --restart no \
  linuxserver/planka:1.24.3