linuxserver/openshot.

2,020 1 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/openshot
Build Time 25 Apr 2025 23:02:28
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.3.0 25 Apr 2025 at 23:02:26

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  openshot:
    image: linuxserver/openshot:3.3.0
    container_name: openshot
    restart: no

CLI

docker create \
  --name=openshot \  --restart no \
  linuxserver/openshot:3.3.0