Skip to content

ai2ys/dockerized-rawtherapee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RawTherapee Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%