Title logo
linuxserver/planka.

2,670 0 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/planka
Build Time 18 Nov 2024 00:14:15
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.1 18 Nov 2024 at 00:14:15

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

CLI

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