Add additional comment for mac users for getting started guide

This commit is contained in:
Filip Grzadkowski 2015-12-10 15:38:55 +01:00
parent dd0d1fb780
commit 3a311ec030

View File

@ -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