Fix image in ipv6 file

Fixes #738
This commit is contained in:
Misty Stanley-Jones 2016-12-09 14:10:00 -08:00
parent 32583f3923
commit e6134824f9
4 changed files with 2 additions and 4 deletions

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

View File

@ -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.
![](images/ipv6_routed_network_example.svg)
![](images/ipv6_routed_network_example.png)
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.