Skip to content

EuropePMC/oxgarage-docker

 
 

Repository files navigation

OxGarage Docker Image

This is the Docker image description for OxGarage, a "a web, and RESTful, service to manage the transformation of documents between a variety of formats."

Build

Install Docker for your OS, change into the root directory of the current repo and enter

# docker build -t oxgarage . 

This will create an image with the tag "oxgarage".

Run

To run the image, enter

# docker run -p 8080:8080 -p 8000:8000 --rm --name oxgarage oxgarage:latest        

This will run the image and propagate the container port 8080 to your local port 8080, and also expose port 8000 for remote debugging.