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