Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://localhost:9000/ This site can’t be reached localhost refused to connect #2

Open
20GT opened this issue Dec 8, 2016 · 0 comments

Comments

@20GT
Copy link

20GT commented Dec 8, 2016

If you get this error when going to localhost:9000/
This site can’t be reached
localhost refused to connect

The container's port 9000 has to be published to the host. So, the command would be
docker run -p 9000:9000 --name coreNPL --rm -i -t chilland/corenlp-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant