|
...
|
...
|
@@ -20,7 +20,7 @@ automatically when you install Docker.
|
|
20
|
20
|
|
|
21
|
21
|
Whether a container can talk to the world is governed by two factors. The first
|
|
22
|
22
|
factor is whether the host machine is forwarding its IP packets. The second is
|
|
23
|
|
-whether the hosts `iptables` allow this particular connections
|
|
|
23
|
+whether the host's `iptables` allow this particular connection.
|
|
24
|
24
|
|
|
25
|
25
|
IP packet forwarding is governed by the `ip_forward` system parameter. Packets
|
|
26
|
26
|
can only pass between containers if this parameter is `1`. Usually you will
|