mirror of https://github.com/docker/docs.git
Update networking.md
fix typo with triple "m" for command word
This commit is contained in:
parent
de9a0b0fc0
commit
94cdaba893
|
@ -112,7 +112,7 @@ container to random ports on the host.
|
||||||
|
|
||||||
docker run -d -P --name webserver nginx
|
docker run -d -P --name webserver nginx
|
||||||
|
|
||||||
See the [run commmand](/engine/reference/commandline/run.md) for more details on
|
See the [run command](/engine/reference/commandline/run.md) for more details on
|
||||||
publish options used with `docker run`.
|
publish options used with `docker run`.
|
||||||
|
|
||||||
#### A view into implementation
|
#### A view into implementation
|
||||||
|
|
Loading…
Reference in New Issue