This commit is contained in:
Jessica Frazelle
2015-04-28 10:33:32 -07:00
parent ed906620f1
commit be7f035671
6 changed files with 76 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
# Run gimp in a contianer
#
# docker run -d \
# -v /etc/localtime:/etc/localtime:ro \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# -v $HOME/Pictures:/root/Pictures \
# --name gimp \
# jess/gimp
#
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>