linuxserver/kdenlive.

48,337 12 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/kdenlive
Build Time 09 Dec 2024 17:14:23
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 423.08.5 09 Dec 2024 at 17:14:22

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  kdenlive:
    image: linuxserver/kdenlive:423.08.5
    container_name: kdenlive
    restart: no

CLI

docker create \
  --name=kdenlive \  --restart no \
  linuxserver/kdenlive:423.08.5