diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index bf248c5656a0c..cc934a2f59544 100644 --- a/docs/getting-started-guides/docker.md +++ b/docs/getting-started-guides/docker.md @@ -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 ``` (see [documentation](https://docs.docker.com/machine/reference/env/) +for details). ### Test it out