Minor update about docker IP

This commit is contained in:
Mike McCabe
2016-08-28 23:10:33 -04:00
committed by GitHub
parent f2dca0fdc7
commit fc120ba186
+1 -1
View File
@@ -87,7 +87,7 @@ $
``` ```
Once you see the preceeding message Railsgoat is running on your localhost on port 3000. 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://<dockerIP>: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: Note: if your container exits with an error, it may be because a server is already running:
``` ```