mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
updated Libreoffice Dockerfile w/ command
This commit is contained in:
parent
d95e5f8309
commit
f4e814130d
|
@ -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
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user