Create index.md (#3611)

This commit is contained in:
Sergey Sarbash 2017-06-20 22:46:01 +04:00 committed by Misty Stanley-Jones
parent b524012975
commit a145f69b6c
1 changed files with 2 additions and 2 deletions

View File

@ -529,11 +529,11 @@ network and user-defined bridge networks.
host machine. It will fail if port 8080 is not available.
```bash
$ docker run -it -p 80:8080 nginx
$ docker run -it -p 8080:80 nginx
$ docker ps
b9788c7adca3 nginx "nginx -g 'daemon ..." 43 hours ago Up 3 seconds 80/tcp, 443/tcp, 0.0.0.0:80->8080/tcp goofy_brahmagupta
b9788c7adca3 nginx "nginx -g 'daemon ..." 43 hours ago Up 3 seconds 80/tcp, 443/tcp, 0.0.0.0:8080->80/tcp goofy_brahmagupta
```
## Links