Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-11-18 15:51:36 +08:00 committed by Tibor Vass
parent c4776804f4
commit 1ce4af2038
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ should fix the problem.
## Mapping Ports for External Usage
The exposed port of an application can be mapped to a host port using the **-p**
flag. For example, a httpd port 80 can be mapped to the host port 8080 using the
flag. For example, an httpd port 80 can be mapped to the host port 8080 using the
following:
# docker run -p 8080:80 -d -i -t fedora/httpd