From e85fb0460e63e345c011ea29743d43eda1a398d0 Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Wed, 28 Oct 2015 10:49:09 +0100
Subject: [PATCH] change docker version in the README

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dc52e3643..d5f16d930 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Ansible v1.9.x
 * [etcd](https://github.com/coreos/etcd/releases) v2.2.0
 * [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.5.1
 * [flanneld](https://github.com/coreos/flannel/releases) v0.5.3
-* [docker](https://www.docker.com/) v1.8.2
+* [docker](https://www.docker.com/) v1.8.3
 
 
 Ansible
@@ -34,7 +34,10 @@ The main variables to change are located in the directory ```environments/[env_n
 
 ### Inventory
 Below is an example of an inventory.
-Note : The bgp vars (local_as, peers) are not mandatory if the var "peer_with_router" is set to false
+Note : The bgp vars local_as and peers are not mandatory if the var "peer_with_router" is set to false
+By default this variable is set to false and therefore all the nodes are configure in "node-mesh" mode.
+In node-mesh mode the nodes peers with all the nodes in order to exchange routes.
+
 ```
 [downloader]
 10.99.0.26
-- 
GitLab