Skip to content

Commit cb9d8ae

Browse files
committedFeb 10, 2016
added info about OSX users
1 parent dd75961 commit cb9d8ae

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,12 @@ Possible Issues:
7878
- Have Fun!
7979

8080
Possible issues:
81-
- For OSX Docker Machine / Dlite users, you may need to set the IP to `0.0.0.0` instead of the default `localhost` using one of these commands:
81+
- For OSX Docker Machine / Dlite users, you may need to set the IP to `0.0.0.0` instead of the default `localhost` with:
8282

8383
```
8484
docker run --net host -d dwhitena/gophernotes jupyter notebook --ip=0.0.0.0
8585
```
8686

87-
or
88-
89-
```
90-
docker run -p 8888:8888 -d dwhitena/gophernotes jupyter notebook --ip=0.0.0.0
91-
```
92-
9387
*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.
9488

9589
## Custom Commands

0 commit comments

Comments
 (0)