updated Libreoffice Dockerfile w/ command

This commit is contained in:
Jaren Glover 2015-07-18 13:56:41 -04:00 committed by Jessica Frazelle
parent d95e5f8309
commit f4e814130d

View File

@ -1,3 +1,15 @@
# Run Libreoffice in a container
# docker run -d \
# -v /etc/localtime:/etc/localtime:ro \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# -v $HOME/slides:/root/slides \
# -e GDK_SCALE \
# -e GDK_DPI_SCALE \
# --name libreoffice \
# jess/libreoffice
#
FROM debian:jessie FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>