2016-11-06 28 views
-2

我在Windows 10筆記本電腦上安裝了Docker Toolbox。我開始泊塢窗快速啓動,並在shell提示符下運行設置TensorFlow

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中啓動瀏覽器才能訪問筆記本。

你能讓我知道我失蹤了嗎?

回答

相關問題