From 4bbaa46993539242581fd552a05bb9efff684657 Mon Sep 17 00:00:00 2001 From: Antti Ollilainen Date: Sat, 11 Nov 2017 01:25:54 +0200 Subject: [PATCH] Get started part 2: How to access app in container on Windows 7 Docker Toolbox (#5182) --- get-started/part2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/get-started/part2.md b/get-started/part2.md index 8e5c2ad54b..5d68c6f8ea 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -207,6 +207,10 @@ message. ![Hello World in browser](images/app-in-browser.png) +> **Note**: If you are using Docker Toolbox on Windows 7, use the Docker Machine IP +> instead of `localhost`. For example, http://192.168.99.100:4000/. To find the IP +> address, use the command `docker-machine ip`. + You can also use the `curl` command in a shell to view the same content. ```shell