update clean

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-05 11:55:25 -07:00
parent 17bbb62b99
commit 198f1bcd98
19 changed files with 88 additions and 70 deletions

View File

@@ -1,9 +1,9 @@
# Run inkscape in a container
#
# docker run -v /tmp/.X11-unix:/tmp/.X11-unix \
# -v /inkscape/:/workspace \
# -e DISPLAY=unix$DISPLAY \
# infoslack/inkscape
# -v /inkscape/:/workspace \
# -e DISPLAY=unix$DISPLAY \
# infoslack/inkscape
#
FROM ubuntu:14.04
MAINTAINER Daniel Romero <infoslack@gmail.com>