Correct Python application port for local browsing

This commit is contained in:
Benjamin Toussaint 2017-01-17 14:53:04 +01:00
parent f1f9d2a5c3
commit f6c629dc13
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 their own containers. Without Docker's port mapping you could only access one at
a time on the Docker host. 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). ![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