floydhub / dl-docker

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)

Home Page:https://www.floydhub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localhost server not working

Karlheinzniebuhr opened this issue · comments

commented

docker run -it -p 8888:8888 -p 6006:6006 --rm --name floyd_ml floydhub/dl-docker:cpu
After running the command I'm unable to open localhost:8888
Getting the firefox error: The connection was reset
No logs are shown in the container when I run this command at the same time the above happens
docker logs floyd_ml -f
I'm using docker on Windows 10.

commented

figured out I had to start jupyter notebook first.