LibreOffice Dockerfile on microsoft/windowsservercore.
This repository contains Dockerfile of LibreOffice for Docker.
-
Install Docker
-
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
)
docker run -d --name libreofficeInstance -p 8100:8100 srssoft/libreoffice
docker run -d -v C:\StorageDemo:C:\StorageDemo -p 8100:8100 --name libreofficeInstance srssoft/libreoffice
docker run -d --name libreofficeInstance -p 2100:2100 srssoft/libreoffice -accept=\"socket,host=0.0.0.0,port=2100;urp;\" -headless -nofirststartwizard