Beginner and Docker, and Tensorflow, and try them. Installation (on win10 using the hyper-v driver) went fine and I can run
docker run -p 8888:8888 -it gcr.io/tensorflow/tensorflow
and get the output as follows:
[I 23:01:01.188 NotebookApp]←(B Serving notebooks from local directory: /notebooks [I 23:01:01.189 NotebookApp]←(B 0 active kernels [I 23:01:01.189 NotebookApp]←(B The Jupyter Notebook is running at: http://[all ip addresses on your system]:8888/ [I 23:01:01.189 NotebookApp]←(B Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
and I can open the Jupyter laptop from a browser by opening [docker host address]: 8888.
However, after doing some work (for example, creating a new laptop), when I stop the Ctrl-C server twice, all new work is lost. Maybe I missed something basic, so let me say that I'm not sure here:
- Shouldn't I stop the server?
- I use the same docker run command when restarting. It is right?
Thank you for your help.
source share