mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix minor doc grammar issues
Signed-off-by: Dave Barboza <dxbarboza@gmail.com>
This commit is contained in:
parent
bdcc3ebe41
commit
f50d0d7fdb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ automatically when you install Docker.
|
||||||
|
|
||||||
Whether a container can talk to the world is governed by two factors. The first
|
Whether a container can talk to the world is governed by two factors. The first
|
||||||
factor is whether the host machine is forwarding its IP packets. The second is
|
factor is whether the host machine is forwarding its IP packets. The second is
|
||||||
whether the hosts `iptables` allow this particular connections
|
whether the host's `iptables` allow this particular connection.
|
||||||
|
|
||||||
IP packet forwarding is governed by the `ip_forward` system parameter. Packets
|
IP packet forwarding is governed by the `ip_forward` system parameter. Packets
|
||||||
can only pass between containers if this parameter is `1`. Usually you will
|
can only pass between containers if this parameter is `1`. Usually you will
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue