Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 714 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 714 Bytes

Run application with docker

Using the docker image to run Pdf Editor (https://okular.kde.org/) on my Synology NAS Screenshot

Usage

Build image

  • Build image
docker build -t pdf-editor .
  • Tag it
docker tag pdf-editor:latest <YOUR-DOCKERHUB>/pdf-editor
  • Push to docker registry
docker push <YOUR-DOCKERHUB>/pdf-editor:latest
  • Your image should be visible here: https://<YOUR-DOCKERHUB>/v2/_catalog

Server

  • Run
docker run -v <YOUR-PDF-FOLDERS>:/home/docker/data -p 8080:8080 pdf-editor:latest

Client

Visit http://hostname:8080 by the browser you like

Credit

Based on https://github.com/sykuang/docker-wine-x11-novnc