Merge "Fix Docker version in quickstart"

This commit is contained in:
Jenkins 2016-06-21 09:35:40 +00:00 committed by Gerrit Code Review
commit 6d2d006457
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ Docker, Inc. packaged version of Docker for maximum stability and compatibility.
# CentOS
sudo yum downgrade -y docker-engine-1.10.3-1.el7.centos
# Ubuntu
# Ubuntu (Assuming "Trusty Tahr" 14.04 LTS)
sudo apt-get remove docker-engine
sudo apt-get install docker-engine=1.10.3-1
sudo apt-get install docker-engine=1.10.3-0~trusty
Docker needs to run with MountFlags=shared in order for Neutron to function
in 'thin' containers. Change MountFlags from slave to shared and restart