mirror of https://github.com/docker/docs.git
parent
32583f3923
commit
e6134824f9
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 96 KiB |
|
@ -229,7 +229,7 @@ routing information about the Docker subnets. When you add or remove a host to
|
|||
this environment you just have to update the routing table in the router - not
|
||||
on every host.
|
||||
|
||||

|
||||

|
||||
|
||||
In this scenario containers of the same host can communicate directly with each
|
||||
other. The traffic between containers on different hosts will be routed via
|
||||
|
@ -254,4 +254,4 @@ Every configuration in the diagram that is visualized below the dashed line is
|
|||
handled by Docker: The `docker0` bridge IP address configuration, the route to
|
||||
the Docker subnet on the host, the container IP addresses and the routes on the
|
||||
containers. The configuration above the line is up to the user and can be
|
||||
adapted to the individual environment.
|
||||
adapted to the individual environment.
|
||||
|
|
Loading…
Reference in New Issue