Docker-stacks: Can't open Jupyter Notebook from Docker

Created on 7 May 2018  路  2Comments  路  Source: jupyter/docker-stacks

I have Windows 10 Home version. Due to this, I downloaded the older Docker toolbox from following link:

https://docs.docker.com/toolbox/overview/#next-steps I run:

$ docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook
I get the output as:
Copy/paste this URL into your browser when you connect for the first time,
to log in with a token:
http://localhost:8888/?token=****030452*******d6a
When I paste this into the browser I get the following error:

This site can鈥檛 be reached

Can anyone help me fix this?

Most helpful comment

There would be a line on top of Docker terminal.
"docker is configured to use default machine with IP xxxx.xx.xxx.
So you can replace localhost with that IP.

All 2 comments

How was it solved?

There would be a line on top of Docker terminal.
"docker is configured to use default machine with IP xxxx.xx.xxx.
So you can replace localhost with that IP.

Was this page helpful?
0 / 5 - 0 ratings