Get started part 2: How to access app in container on Windows 7 Docker Toolbox (#5182)

This commit is contained in:
Antti Ollilainen
2017-11-11 01:25:54 +02:00
committed by Misty Stanley-Jones
parent 21642e926c
commit 4bbaa46993

View File

@@ -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