Merge pull request #1141 from patoobe/container-port-vs-local-port

Correct Python application port for local browsing
This commit is contained in:
Joao Fernandes 2017-01-17 11:19:43 -08:00 committed by GitHub
commit 50d3263d2d
2 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Suppose you want to test two Python applications: both bound to port 5000 inside
their own containers. Without Docker's port mapping you could only access one at
a time on the Docker host.
So you can now browse to port 49155 in a web browser to see the application.
So you can now browse to port 80 in a web browser to see the application.
![Screenshot of the running web application](webapp1.png).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB