Skip to content

morejust/mercury-parser-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mercury-parser-docker

The docker image for Mercury Parser with the mercury-parser-api under the hood. Inspired with this thread.

How to use

I've uploaded the built docker to DockerHub (2019-05-24), so you can pull it:

docker pull okhlopkov/mercury-parser-docker:latest

To build the fresh container:

git clone https://github.com/morejust/mercury-parser-docker
cd mercury-parser-docker
docker build .