Skip to content

Commit d53eafe

Browse files
committed
Merge branch 'master' of https://github.com/gopherds/gophernotes
2 parents 05b8287 + 9b790b0 commit d53eafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
3434
*Possible issues* - For OSX Docker Machine / Dlite users, you may need to set the IP to `0.0.0.0` instead of the default `localhost` with:
3535

3636
```
37-
docker run --net host -d dwhitena/gophernotes jupyter notebook --no-browser --ip=0.0.0.0
37+
docker run -p 8888:8888 -d dwhitena/gophernotes jupyter notebook --no-browser --ip=0.0.0.0
3838
```
3939

4040
*Note* - this is a pretty large image, because it contains a full distribution of [Anaconda](http://docs.continuum.io/anaconda/index) plus the add ons of gophernotes. However, with this image, you can create Go notebooks, Python notebooks, text files, run ipython in the shell, etc.

0 commit comments

Comments
 (0)