Commit 3a311ec0 authored by Filip Grzadkowski's avatar Filip Grzadkowski

Add additional comment for mac users for getting started guide

parent dd0d1fb7
...@@ -151,7 +151,9 @@ $ kubectl config set-context test-doc --cluster=test-doc ...@@ -151,7 +151,9 @@ $ kubectl config set-context test-doc --cluster=test-doc
$ kubectl config use-context 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 ### Test it out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment