Rewritten as the requested SvenDowideit

Signed-off-by: Tangi COLIN <tangicolin@gmail.com>
This commit is contained in:
Tangi COLIN 2015-01-08 09:22:42 +01:00
Родитель d9ec04e18d
Коммит b69580615f
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -12,9 +12,9 @@ private range defined by [RFC 1918](http://tools.ietf.org/html/rfc1918)
that are not in use on the host machine, and assigns it to `docker0`. that are not in use on the host machine, and assigns it to `docker0`.
Docker made the choice `172.17.42.1/16` when I started it a few minutes Docker made the choice `172.17.42.1/16` when I started it a few minutes
ago, for example — a 16-bit netmask providing 65,534 addresses for the ago, for example — a 16-bit netmask providing 65,534 addresses for the
host machine and its containers. Mac address is generated from ip to host machine and its containers. The MAC address is generated using the
avoid arp collisions and uses a range from 02:42:ac:11:00:00 to IP address allocated to the container to avoid ARP collisions, using a
02:42:ac:11:ff:ff. range from `02:42:ac:11:00:00` to `02:42:ac:11:ff:ff`.
> **Note:** > **Note:**
> This document discusses advanced networking configuration > This document discusses advanced networking configuration