From 8a477911614dde82e9b93b44a25d9f44189d8cf2 Mon Sep 17 00:00:00 2001 From: Mazz Mosley Date: Wed, 1 Jul 2015 16:19:12 +0100 Subject: [PATCH] Re-arrange for the more common case boot2docker is the more common case so let's have that one first. Also be more explicit and clear that the localhost:5000 is applicable for people running on linux. Signed-off-by: Mazz Mosley --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 56cd77c3e..62f2198ed 100644 --- a/docs/index.md +++ b/docs/index.md @@ -161,10 +161,10 @@ Now, when you run `docker-compose up`, Compose will pull a Redis image, build an web_1 | * Running on http://0.0.0.0:5000/ web_1 | * Restarting with stat -The web app should now be listening on port 5000 on your Docker daemon host. If http://0.0.0.0:5000 doesn't resolve, you can also try localhost:5000. - If you're using [Boot2docker](https://github.com/boot2docker/boot2docker), then `boot2docker ip` will tell you its address and you can open `http://ip-from-boot2docker:5000` in a browser. +If you're not using Boot2docker and are on linux, then the web app should now be listening on port 5000 on your Docker daemon host. If http://0.0.0.0:5000 doesn't resolve, you can also try localhost:5000. + You should get a message in your browser saying: `Hello World! I have been seen 1 times.`