mirror of https://github.com/docker/cli.git
fix typo
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
c4776804f4
commit
1ce4af2038
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue