Update docker.md

Clean up some duplicate commands
This commit is contained in:
Carson A 2016-05-12 10:49:28 -06:00
parent b49ea146fe
commit dae8e5f4a9
1 changed files with 1 additions and 5 deletions

View File

@ -142,11 +142,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: