Browse code

Rewritten as the requested SvenDowideit

Signed-off-by: Tangi COLIN <tangicolin@gmail.com>

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