linuxserver/shotcut.

5,315 1 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/shotcut
Build Time 21 May 2025 03:41:21
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 25.05.11 21 May 2025 at 03:41:20

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  shotcut:
    image: linuxserver/shotcut:25.05.11
    container_name: shotcut
    restart: no

CLI

docker create \
  --name=shotcut \  --restart no \
  linuxserver/shotcut:25.05.11