1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Fix 2 typos in /doc/sources/reference/run.md

Signed-off-by: Yan Feng <yanfeng2@huawei.com>
This commit is contained in:
Yan Feng
2015-04-07 14:15:05 -04:00
committed by Tibor Vass
parent 850a1672bb
commit 4836b6041a

View File

@@ -281,7 +281,7 @@ when sharing the host's network stack.
Compared to the default `bridge` mode, the `host` mode gives *significantly*
better networking performance since it uses the host's native networking stack
wheras the bridge has to go through one level of virtualizaion through the
whereas the bridge has to go through one level of virtualization through the
docker daemon. It is recommended to run containers in this mode when their
networking performance is critical, for example, a production Load Balancer
or a High Performance Web Server.