Merge pull request #451 from crizCraig/patch-2

Avoid rendering "shell" in OS X nginx curl command
pull/407/head
johndmulhausen 2016-04-29 16:22:04 -07:00
commit 7b4755e522
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ kubectl get svc nginx --template={{.spec.clusterIP}}
{% endraw %}```
On OS X, since docker is running inside a VM, run the following command instead:
```shell
docker-machine ssh `docker-machine active` curl $ip
```