RFlipper / libreoffice

LibreOffice Dockerfile on microsoft/windowsservercore.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibreOffice Dockerfile

LibreOffice Dockerfile on microsoft/windowsservercore.

This repository contains Dockerfile of LibreOffice for Docker.

Base Docker Image

Installation

  1. Install Docker

  2. Download build from public Docker Hub Registry: docker pull srshealth/libreoffice

    (alternatively, you can build an image from Dockerfile: docker build -t="srssoft/libreoffice" github.com/SRSsoft/libreoffice)

Usage

docker run -d --name libreofficeInstance -p 8100:8100 srssoft/libreoffice

Run with mounted volume

docker run -d -v C:\StorageDemo:C:\StorageDemo -p 8100:8100 --name libreofficeInstance srssoft/libreoffice

Run with alternate port / options

docker run -d --name libreofficeInstance -p 2100:2100 srssoft/libreoffice -accept=\"socket,host=0.0.0.0,port=2100;urp;\" -headless -nofirststartwizard

About

LibreOffice Dockerfile on microsoft/windowsservercore.

License:MIT License


Languages

Language:Dockerfile 100.0%