mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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 <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
54b50479af
commit
4e53e80934
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue