Skip to content

Commit f3101e4

Browse files
authored
Update README.md
1 parent c051013 commit f3101e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ $ cd ~/dev/ml/PythonMachineLearning
6060
$ docker run -d -p 9000:8888 -v ${PWD}:/notebook -v ${PWD}:/data artificialintelligence/python-jupyter
6161
```
6262
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
6663
```
6764
$ docker ps
6865
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6966
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+
```
7070
$ docker kill 431b12a93ccf
7171
```
7272
--------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)