linuxserver/rawtherapee.

2,527 0 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/rawtherapee
Build Time 16 Mar 2025 03:34:12
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.11.20250316 16 Mar 2025 at 03:34:11

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.20250316
    container_name: rawtherapee
    restart: no

CLI

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