Title logo
linuxserver/planka.

29,089 3 amd64 unknown unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/planka
Build Time 09 May 2025 20:08:53
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 09 May 2025 at 20:08:48

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