mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 07:22:40 +01:00
@@ -1,14 +1,14 @@
|
||||
# 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
|
||||
# -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>
|
||||
|
||||
Reference in New Issue
Block a user