Skip to content
Snippets Groups Projects
Commit a5c242f8 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update Centos7 docker commands"

parents 886ebf63 3733326f
No related branches found
No related tags found
No related merge requests found
...@@ -94,13 +94,13 @@ work with docker 1.8.2, to check you docker version run this command: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment