Skip to content

Docker file to build a Fedora 21 docker image with calligra office suite installed.

Notifications You must be signed in to change notification settings

vehre/f21-calligra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

f21-calligra

Start a spreadsheet instance of the office suite calligra on a fedora 21 image. The other parts of the calligra office suite are installed as well. To open a document or a presentation just choose 'open' from the 'File' menu.

Get the image by:

docker build vehre/f21-calligra

Run the image by:

docker run -ti --rm -e DISPLAY --net=host -v <PATH_TO_EXPORT>:/home/caluser/export vehre/f21-calligra

where <PATH_TO_EXPORT> is an absolute path you want to access by calligra.

When you have selinux in enforcing mode, then you are probably best to deactivate it by using:

sudo setenforce 0

Don't forget to reverse it after using the docker image.

About

Docker file to build a Fedora 21 docker image with calligra office suite installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published