Merge "Updates Docker Client in Heat Template"

This commit is contained in:
Jenkins 2015-04-16 01:50:48 +00:00 committed by Gerrit Code Review
commit 97fc682f0e

View File

@ -163,8 +163,8 @@ resources:
# Install Docker from binaries due to:
# https://github.com/docker/docker/issues/11760#issuecomment-88288278
curl https://fedorapeople.org/groups/heat/docker-1.6.0-rc3 -o /docker
chmod +x /docker && cd /
curl https://fedorapeople.org/groups/heat/docker-1.6.0-rc5 -o /usr/local/sbin/docker
chmod +x /usr/local/sbin/docker && cd /usr/local/sbin/
./docker -d &
# Install Compose with pid=host support