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
parent
ebb5a5d61f
commit
ac2f5688a4
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue