Merge pull request #451 from crizCraig/patch-2
Avoid rendering "shell" in OS X nginx curl commandpull/407/head
commit
7b4755e522
|
@ -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