Skip to content

Unofficial build of LibreOffice 5 running within a docker container forwarded to local X session.

Notifications You must be signed in to change notification settings

chrisdaish/docker-libreoffice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

LibreOffice

Unofficial build of LibreOffice 5.3.4 running within a docker container and rendered by the local X Server.

Changelog

v1.6
* Updated image to LibreOffice 5.3.4.

v1.5
* Updated image to LibreOffice 5.1.0.

v1.4
* Updated image to LibreOffice 5.0.4.

v1.3
* Updated image to LibreOffice 5.0.1.

v1.2
* Updated image to LibreOffice 5.

v1.1
* Updated image to LibreOffice 4.2.8

v1.0
* User permissions now correlate between host and container. This allows
  LibreOffice documents to be saved back to the host system by passing in the
  local users uid/gid as environment variables.

Launch Command

docker run  -v $HOME/Documents:/home/libreoffice/Documents:rw \
            -v /tmp/.X11-unix:/tmp/.X11-unix \
            -e uid=$(id -u) \
            -e gid=$(id -g) \
            -e DISPLAY=unix$DISPLAY \
            --name libreoffice \
            chrisdaish/libreoffice

FAQ

Note: If you receive the following Gtk error:

Gtk-WARNING **: cannot open display: unix:0.0

Simply allow the docker user to communicate with your X session

xhost +local:docker

About

Unofficial build of LibreOffice 5 running within a docker container forwarded to local X session.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages