Skip to content
Snippets Groups Projects
Commit 1893abc3 authored by Jason Myers's avatar Jason Myers
Browse files

Remove information about downgrading docker


Since docker 1.10.1 is required, and docker 1.8.2 does not work with Kolla,
Remove the downgrade instructions

TrivialFix

Change-Id: I461572a40b6fc96f73593cf989967449e4bc8e0a
Signed-off-by: default avatarJason Myers <jason@jasonamyers.com>
parent fb5773f1
No related branches found
No related tags found
No related merge requests found
......@@ -104,26 +104,15 @@ command:
curl -sSL https://get.docker.io | bash
This command will install the most recent stable version of Docker, but please
note what Kolla releases are not in sync with docker in any way, so some things
could stop working with new version. Kolla release 1.0.0-liberty tested to
work with docker 1.8.2, to check you docker version run this command:
note that Kolla releases are not in sync with docker in any way, so some things
could stop working with new version. The latest release of Kolla is tested to
work with docker-engine >= 1.10.0. To check your docker version run this
command:
::
docker --version
Docker 1.8.3 and later are incompatible with Kolla Liberty. Versions greater
than 1.8.2 are functional with master branch (Mitaka). If the version installed
is 1.8.3 or later and you are running Liberty, downgrade using these commands:
::
# Centos 7
yum downgrade docker-engine-1.8.2
systemctl restart docker.service
# Ubuntu 14.04 LTS
apt-get install docker-engine=1.8.2-0~trusty
When running with systemd, setup docker-engine with the appropriate
information in the Docker daemon to launch with. This means setting up the
......
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