linuxserver/openshot.

351 1 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/openshot
Build Time 17 Jan 2025 23:03:58
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 17 Jan 2025 at 23:03:58

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