我在Windows 10笔记本电脑上安装了Docker Toolbox。我启动了Docker快速入门,并在shell提示符下运行
docker run -it b.gcr.io/tensorflow/tensorflow
这会下载所有必要的文件,我看到了
[I 10:54:41.612 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[W 10:54:41.633 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[W 10:54:41.633 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using authentication. This is highly insecure and not recommended.
[I 10:54:41.642 NotebookApp] Serving notebooks from local directory: /notebooks
[I 10:54:41.643 NotebookApp] 0 active kernels
[I 10:54:41.643 NotebookApp] The Jupyter Notebook is running at: http://[all ip addresses on your system]:8888/
[I 10:54:41.644 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
我在笔记本电脑上尝试http://127.0.0.1:8888,但我想我需要从Docker容器中执行此操作。但我不知道如何在Docker中启动浏览器以便能够访问笔记本电脑。
你能让我知道我错过了什么吗?
答案 0 :(得分:0)
我在另一个stackoverflow帖子How to setup learning environment for Udacity Deep Learning class with TensorFlow (Windows)
中找到了完美的答案忽略这个问题。
由于 内甚