This repo can build an image of rawtherapee-dev and push it to the Github Container Registry.
-
Install Docker Desktop
-
Login to Github Container Registry with your own Github
username
and a properly scopedtoken
:
docker login -u username -p token ghcr.io
- Download rawtherapee_docker-image:
$ docker pull ghcr.io/kd6kxr/rawtherapee_docker-image:latest
- Pre-requisite: Install the Linux Subsystem for Windows via the Microsoft Store.
- Pre-requisite: Install the X11 Window System: Xming
- Launch Xming by double-clicking the Xming icon.
- Select the image in the Images tab and click Run.
- Enter the volumes to map and the DISPLAY environment value
host.docker.internal:0
Pre-requisite: Install the X11 Window System: XQuartz
- In XQuartz app, set the Preferences>Security>Network Connections button to On.
- Use terminal to launch an xterm window:
/opt/X11/bin/xterm
- In the xterm window, start the localhost listener:
xhost +localhost
/opt/X11/bin/Xquartz -depth 24-1 :0 -listen tcp &
- Enter the volumes to map and the DISPLAY environment value
host.docker.internal:0
- you may need to first dismiss a partially hidden welcome splash screen on the first run of that container.