address pr comment

This commit is contained in:
Phillip Wittrock
2016-03-24 14:22:16 -07:00
parent 88236f73c3
commit c123e0212e
+1 -1
View File
@@ -215,7 +215,7 @@ hello-node 10.3.246.12 23.251.159.72 8080/TCP run=hello-node 2m
Note there are 2 IP addresses listed, both serving port 8080. `CLUSTER_IP` is only visible inside your cloud virtual network. `EXTERNAL_IP` is externally accessible. In this example, the external IP address is 23.251.159.72.
You should now be able to reach the service by pointing your browser to this address: http://<EXTERNAL_IP>**:8080** or running `curl http://<EXTERNAL_IP>:8080`
You should now be able to reach the service by pointing your browser to this address: http://EXTERNAL_IP**:8080** or running `curl http://EXTERNAL_IP:8080`
![image](/images/hellonode/image_12.png)