Title logo
linuxserver/planka.

26,915 3 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/planka
Build Time 22 Apr 2025 14:05:44
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 latest 22 Apr 2025 at 14:05:37

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

CLI

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