I just installed the microsoft/cntk docker image and I was wondering how can I see the Jupyter notebook interface (in order to do the tutorials included in the docker image at /cntk/Tutorials) ?
For another docker image I simply did the following command:
docker run -d -p 8888:8888 -v /home/name/notebooks:/home/ds/notebooks dataquestio/python3-starter
and then I opened my browser and went to localhost:8888
Thank you