File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ $ cd ~/dev/ml/PythonMachineLearning
60
60
$ docker run -d -p 9000:8888 -v ${PWD}:/notebook -v ${PWD}:/data artificialintelligence/python-jupyter
61
61
```
62
62
And then you can open http://localhost:9000 in your browser.
63
-
64
- Any modification to the notebooks may be committed to the Git repository (if you are registered as a contributor), and/or submitted as a pull request.
65
- Shutdown
66
63
```
67
64
$ docker ps
68
65
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
69
66
431b12a93ccf artificialintelligence/python-jupyter "/bin/sh -c 'jupyt..." 4 minutes ago Up 4 minutes 0.0.0.0:9000->8888/tcp friendly_euclid
67
+ ```
68
+ Shutdown
69
+ ```
70
70
$ docker kill 431b12a93ccf
71
71
```
72
72
--------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments