From 5ba39f51763cb07909e7dbb06f0d4417fafd8bca Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Mon, 5 Oct 2015 11:30:34 +0200
Subject: [PATCH] add docker version to readme

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 668749a4f..1a628bfc5 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Based on [CiscoCloud](https://github.com/CiscoCloud/kubernetes-ansible) work.
 
 ### Requirements
 Tested on **Debian Jessie** and **Ubuntu** (14.10, 15.04, 15.10).
-The target servers must have access to the Internet in order to pull docker imaqes
+The target servers must have access to the Internet in order to pull docker imaqes.
 The firewalls are not managed, you'll need to implement your own rules the way you used to.
 
 Ansible v1.9.x
@@ -17,6 +17,7 @@ Ansible v1.9.x
 * [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.5.1
 * [flanneld](https://github.com/coreos/flannel/releases) v0.5.3
 * [docker-gc](https://github.com/spotify/docker-gc)
+* [docker](https://www.docker.com/) v1.8.2
 
 
 Ansible
@@ -61,7 +62,7 @@ The main variables to change are located in the directory ```environments/[env_n
 It is possible to define variables for different environments.
 For instance, in order to deploy the cluster on 'dev' environment run the following command.
 ```
-ansible-playbook -i environments/dev/inventory cluster.yml
+ansible-playbook -i environments/dev/inventory cluster.yml -u root
 ```
 
 Kubernetes
@@ -190,4 +191,4 @@ Will be fixed soon.
 Author Information
 ------------------
 
-Smana - Smaine Kahlouch (smaine.kahlouch@gmail.com)
+Smana - Smaine Kahlouch (smainklh@gmail.com)
-- 
GitLab