Closed magick93 closed 6 years ago
When I start the docker container with docker run radanalyticsio/base-notebook
docker run radanalyticsio/base-notebook
I get an instruction in the terminal to open my browser to http://localhost:8888/?token=....
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
I needed to run with port 8888 exposed.
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:
Is there something else I need to do to be able to use this docker image locally?
Thanks