Skip to content

Commit dd75961

Browse files
committed
added info about OSX users
1 parent c09b457 commit dd75961

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,19 @@ Possible Issues:
7777
- Select `Golang` from the `New` drop down menu.
7878
- Have Fun!
7979

80+
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:
82+
83+
```
84+
docker run --net host -d dwhitena/gophernotes jupyter notebook --ip=0.0.0.0
85+
```
86+
87+
or
88+
89+
```
90+
docker run -p 8888:8888 -d dwhitena/gophernotes jupyter notebook --ip=0.0.0.0
91+
```
92+
8093
*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.
8194

8295
## Custom Commands

0 commit comments

Comments
 (0)