linuxserver/rawtherapee.

481 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/rawtherapee
Build Time 10 Nov 2024 03:23:34
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.11.20241110 10 Nov 2024 at 03:23:34

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

CLI

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