Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 711 Bytes

Latest version of Gimp compiled from git master.

Based on Ubuntu Wily

Usage

Local X11 server

docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix jarfil/gimp-git

Remote SSH into docker host, low isolation

docker run -it --rm --net=host -e DISPLAY=$DISPLAY -v $HOME:/hosthome:ro -e XAUTHORITY=/hosthome/.Xauthority jarfil/gimp-git

You can also install sshd onto the image and ssh directly into it.

Maintenance

To automate the image building process with reasonable throttle enforcement, there is a web trigger available.

graph