Merge pull request #18510 from fgrzadkowski/docker_macosx

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-10 11:18:06 -08:00
commit 7e4084c9cd

View File

@ -124,7 +124,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