From c123e0212e8c32d9f0cbcaa49e21caf83627402f Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 24 Mar 2016 14:22:16 -0700 Subject: [PATCH] address pr comment --- docs/hellonode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 20b21dc798..aaa8aedaba 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -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://**:8080** or running `curl http://: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)