mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
fonts
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user