From 3a311ec030d32ca425445ebdc80f6d52a2de3ccb Mon Sep 17 00:00:00 2001 From: Filip Grzadkowski Date: Thu, 10 Dec 2015 15:38:55 +0100 Subject: [PATCH] Add additional comment for mac users for getting started guide --- docs/getting-started-guides/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index b185789f33e2b..28c8696d72b35 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