linuxserver/rawtherapee.

609 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/rawtherapee
Build Time 08 Dec 2024 03:36:16
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.11.20241208 08 Dec 2024 at 03:36:15

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  rawtherapee:
    image: linuxserver/rawtherapee:5.11.20241208
    container_name: rawtherapee
    restart: no

CLI

docker create \
  --name=rawtherapee \  --restart no \
  linuxserver/rawtherapee:5.11.20241208