jarfil / docker-gimp-git

Docker image for latest Gimp compiled from git master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image for latest Gimp compiled from git master

License:Creative Commons Zero v1.0 Universal


Languages

Language:Dockerfile 55.4%Language:Shell 44.6%