Merge pull request #503 from carsonoid/patch-2

Update docker.md
pull/621/head
Phillip Wittrock 2016-07-15 08:11:56 -07:00 committed by GitHub
commit 2a1f7744ce
1 changed files with 1 additions and 5 deletions

View File

@ -146,11 +146,7 @@ ip=$(kubectl get svc nginx --template={{.spec.clusterIP}})
echo $ip
{% endraw %}```
Hit the webserver with this IP:
```shell{% raw %}
kubectl get svc nginx --template={{.spec.clusterIP}}
{% endraw %}```
On Linux the IP is directly accessible via a web browser.
On OS X, since docker is running inside a VM, run the following command instead: