radanalyticsio / base-notebook

An image for running Jupyter notebooks and Apache Spark in the cloud on OpenShift
https://radanalytics.io
4 stars 15 forks source link

This site can’t be reached when running locally #29

Closed magick93 closed 6 years ago

magick93 commented 6 years ago

When I start the docker container with docker run radanalyticsio/base-notebook

I get an instruction in the terminal to open my browser to http://localhost:8888/?token=....

However, when I do, the browser just shows:

This site can’t be reached
localhost refused to connect.

Is there something else I need to do to be able to use this docker image locally?

Thanks

magick93 commented 6 years ago

I needed to run with port 8888 exposed.