Merge "Updates Docker Client in Heat Template"
This commit is contained in:
commit
97fc682f0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user