From 2ad32c4a2a55b18d06c649d8ef61b1015a01c9f7 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 13 Aug 2015 23:56:42 -0400 Subject: [PATCH] Correct readability of --userland-proxy para Was reading this to explain it to someone and noticed the missing "s" which makes it not so great for nice English readability.. Docker-DCO-1.1-Signed-off-by: Phil Estes Upstream-commit: 4e53e80934f1813ff3e66d69fc931ed59707ffc6 Component: engine --- components/engine/docs/articles/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/articles/networking.md b/components/engine/docs/articles/networking.md index 94b698a191..e2d4331973 100644 --- a/components/engine/docs/articles/networking.md +++ b/components/engine/docs/articles/networking.md @@ -476,7 +476,7 @@ implementation for inter-container and outside-to-container communication. When disabled, Docker uses both an additional `MASQUERADE` iptable rule and the `net.ipv4.route_localnet` kernel parameter which allow the host machine to connect to a local container exposed port through the commonly used loopback -address: this alternative is preferred for performance reason. +address: this alternative is preferred for performance reasons. Again, this topic is covered without all of these low-level networking details in the [Docker User Guide](/userguide/dockerlinks/) document if you