Avoid rendering "shell" in OS X nginx curl command

Haven't tested this on a local setup, but other examples hint that this will work.
pull/451/head
Craig Quiter 2016-04-28 18:53:50 -07:00
parent ebb5a5d61f
commit ac2f5688a4
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
```