-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot open jupyter notebook in browser #2
Comments
"Connection reset by peers" indicates that the container should be running but something is stuck. Try restarting the container with
or even restarting the computer. If that still does not work, please post here the logs:
|
Ok, thanks for giving me feedback so promptly. Please try the following. Then start a new instance specifying the ip, as follows:
|
It displays an error |
Try without that flag then, just ip. |
Thanks for your response, |
For me it did not work either, but I checked the Dockerfile and the README and it seems the exposed port is not 8080 , but 8000. So the correct command may be not
but
This is the command I have run in my system
Hope it helps :) |
Thanks for your response |
Thanks a lot @antortjim for spotting they typo! I will change the instruction on the user manual. |
HI,ggilestro
I recently installed docker according to the manual's instructions.
sudo docker run -d -p 8080:8080
--name ethoscope-lab
--volume /ethoscope_data/results:/mnt/ethoscope_results:ro
--volume /home:/mnt/my_user_homes
--restart=unless-stopped
ggilestro/ethoscope-lab
and
sudo docker exec -it ethoscope-lab /bin/bash
then i open the http://0.0.0.0:8080 in my brower , it demonstrate like:
the page located at "0.0.0.0" cannot be found.check the web address for misspelled words and try again. error receiving data: connection reset by peer.
http://localhost:8080 also didnot work.
I don't know how to solve this problem.
thanks,Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: