Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 387 Bytes

File metadata and controls

22 lines (15 loc) · 387 Bytes

CoreNLP Server Docker

To get this image:

docker pull vzhong/corenlp-server

To run the server:

docker run -p 9000:9000 vzhong/corenlp-server

To run the server as a daemon:

docker run --name corenlp -p 9000:9000 -d vzhong/corenlp-server

The port exposed on the docker image for CoreNLP is 9000. On the image, CoreNLP is installed at /opt/corenlp/src/.