From 3733326fac3aa79bbb692ecd110422761a09cc33 Mon Sep 17 00:00:00 2001
From: Britt Houser <bhouser@cisco.com>
Date: Fri, 6 Nov 2015 05:24:37 -0500
Subject: [PATCH] Update Centos7 docker commands

The commands around installing docker on Centos7
in the quickstart guide needed a little tweaking
and a little spell checking.

Change-Id: Ia0367900ab9792a096f753d5fd943ffab0a005a4
---
 doc/quickstart.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 0eedcc569b..626321772a 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -94,13 +94,13 @@ work with docker 1.8.2, to check you docker version run this command:
     docker --version
 
 Docker 1.8.3 and later are incompatible with Kolla.  If the version installed
-is 1.8.3 or later, consider downgradiing by using thse commands:
+is 1.8.3 or later, consider downgrading by using these commands:
 
 ::
 
     # Centos 7
-    yum downgrade docker-engine-1.8.2-1
-    service docker-engine restart
+    yum downgrade docker-engine-1.8.2
+    systemctl restart docker.service
 
     # Ubuntu 14.04 LTS
     sudo apt-get install docker-engine=1.8.2-0~trusty
-- 
GitLab