From fc120ba186c43e9a425aaec8299e68c1c5204605 Mon Sep 17 00:00:00 2001 From: Mike McCabe Date: Sun, 28 Aug 2016 23:10:33 -0400 Subject: [PATCH] Minor update about docker IP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7c7fc..67835f9 100755 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ $ ``` Once you see the preceeding message Railsgoat is running on your localhost on port 3000. -Open your favorite browser, navigate to `http://localhost:3000` and start hacking! +Open your favorite browser, navigate to `http://:3000` and start hacking! The Docker IP is usually `192.168.99.100`. Run `docker-machine env` to verify. Note: if your container exits with an error, it may be because a server is already running: ```