From 6232bb49fc5b79eb69e3970bfff1432afed610ec Mon Sep 17 00:00:00 2001 From: Tim Brockman Date: Sun, 22 May 2016 22:40:59 -0400 Subject: [PATCH] Added empty line before changes --- docs/hellonode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hellonode.md b/docs/hellonode.md index a784d0f8d2..401de6c4c0 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -103,6 +103,7 @@ Visit your app in the browser, or use `curl` or `wget` if you’d like : $ curl http://localhost:8080 Hello World! ``` + **If you get a `Connection refused` message, your `DOCKER_HOST` address may be the address of your Docker VM, not the localhost address.** Use the `docker-machine ip default` command to find the Docker VM address. ```shell