Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 764 Bytes

File metadata and controls

24 lines (16 loc) · 764 Bytes

oae-pdf2htmlEX-docker

Container image based on alpine linux for Hilary to run on with all system dependencies. Makes the previous deps image obsolete.

Usage

This is most useful when used with docker-compose. Check the docker-compose.yml file on Hilary.

If you still want to be able to run this in standlone mode, then follow these steps:

Run from dockerhub

docker run -it --name=hilary --net=host oaeproject/oae-pdf2htmlex-docker

Build the image locally

# Step 1: Build the image
docker build -f Dockerfile -t hilary:latest .
# Step 2: Run image
docker run -it --name=hilary --net=host oae-pdf2htmlex-docker:latest