From b69580615f82efe1fccecf15fd09a6c5dfbb01f1 Mon Sep 17 00:00:00 2001 From: Tangi COLIN Date: Thu, 8 Jan 2015 09:22:42 +0100 Subject: [PATCH] Rewritten as the requested SvenDowideit Signed-off-by: Tangi COLIN --- docs/sources/articles/networking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/articles/networking.md b/docs/sources/articles/networking.md index 9503f9be31..ad998b0066 100644 --- a/docs/sources/articles/networking.md +++ b/docs/sources/articles/networking.md @@ -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`. 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 -host machine and its containers. Mac address is generated from ip to -avoid arp collisions and uses a range from 02:42:ac:11:00:00 to -02:42:ac:11:ff:ff. +host machine and its containers. The MAC address is generated using the +IP address allocated to the container to avoid ARP collisions, using a +range from `02:42:ac:11:00:00` to `02:42:ac:11:ff:ff`. > **Note:** > This document discusses advanced networking configuration