Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 607 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 607 Bytes

RawTherapee

RawTherapee Docker image

Usage

RawTherapee GUI

docker run \
    --detach \
    --name rawtherapee \
    --volume /tmp/.X11-unix:/tmp/.X11-unix \
    --env DISPLAY=$DISPLAY \
    --volume /outside/data:/inside/data:rw \
    fialakarel/rawtherapee \
    rawtherapee

RawTherapee CLI

docker run \
    --rm -it \
    --name rawtherapeecli \
    --volume /tmp/.X11-unix:/tmp/.X11-unix \
    --env DISPLAY=$DISPLAY \
    --volume /outside/data:/inside/data:rw \
    fialakarel/rawtherapee \
    rawtherapee-cli --help