Update networking.md

fix typo with triple "m" for command word
This commit is contained in:
Olexandr Shalakhin 2017-02-28 20:58:25 +02:00 committed by GitHub
parent de9a0b0fc0
commit 94cdaba893
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ container to random ports on the host.
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`.
#### A view into implementation