Updates Docker Client in Heat Template

Now installs rc5 and changes the install directory to
/usr/local/sbin.

Change-Id: I30332ff0bd4cca1eed7f754c3bd620e59c052c1d
This commit is contained in:
Daneyon Hansen 2015-04-15 02:02:53 +00:00
parent aa5dba96da
commit 148d4251b2

@ -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