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
This commit is contained in:
parent
2b02001e34
commit
3733326fac
@ -94,13 +94,13 @@ work with docker 1.8.2, to check you docker version run this command:
|
|||||||
docker --version
|
docker --version
|
||||||
|
|
||||||
Docker 1.8.3 and later are incompatible with Kolla. If the version installed
|
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
|
# Centos 7
|
||||||
yum downgrade docker-engine-1.8.2-1
|
yum downgrade docker-engine-1.8.2
|
||||||
service docker-engine restart
|
systemctl restart docker.service
|
||||||
|
|
||||||
# Ubuntu 14.04 LTS
|
# Ubuntu 14.04 LTS
|
||||||
sudo apt-get install docker-engine=1.8.2-0~trusty
|
sudo apt-get install docker-engine=1.8.2-0~trusty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user