This Dockerfile builds the Stanford CoreNLP Server and exposes the endpoint on port 9000. Requests are made as covered in the documentation.
https://hub.docker.com/r/anktksh/corenlp/
docker run -p 9000:9000 --name corenlp --rm -i -t anktksh/corenlp