From 5a729dc4e8812ad73a7fd26cec7a2239da9b4ca3 Mon Sep 17 00:00:00 2001 From: Yan Feng Date: Tue, 7 Apr 2015 14:15:05 -0400 Subject: [PATCH] Fix 2 typos in /doc/sources/reference/run.md Signed-off-by: Yan Feng Upstream-commit: 4836b6041a904cd76c38fbe09151bb81a7fea4df Component: cli --- components/cli/docs/sources/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/sources/reference/run.md b/components/cli/docs/sources/reference/run.md index 000adcb7ae..151892ea7e 100644 --- a/components/cli/docs/sources/reference/run.md +++ b/components/cli/docs/sources/reference/run.md @@ -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.