Update networking.md (#4684)

changed --p to -p
This commit is contained in:
skymon 2017-09-29 02:24:04 +02:00 committed by John Mulhausen
parent d975f5fe4f
commit efc204bade
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ container to port `8000` on the host:
```bash
$ docker run --publish 8000:80 --name webserver nginx
$ docker run --p 8000:80 --name webserver nginx
$ docker run -p 8000:80 --name webserver nginx
```
To expose all ports, use the `-P` flag. For example, the following command