Skip to content

Commit

Permalink
Add additional comment for mac users for getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrzadkowski committed Dec 10, 2015
1 parent dd0d1fb commit 3a311ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started-guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ $ kubectl config set-context test-doc --cluster=test-doc
$ kubectl config use-context test-doc
```

For Max OS X users instead of ```localhost``` you will have to use IP address of your docker machine.
For Max OS X users instead of ```localhost``` you will have to use IP address of your docker machine,
which you can find by running ```docker-machine env <machinename>``` (see [documentation](https://docs.docker.com/machine/reference/env/)
for details).

### Test it out

Expand Down

0 comments on commit 3a311ec

Please sign in to comment.