Put docker binary in one place

Since it keeps changing and the upstream maintainer deletes the dropbox
image, I'll just put the docker image in one place.

Change-Id: I7098c2c6a1bf662665879324ff1bd1a7521fd941
This commit is contained in:
Steven Dake 2015-03-27 16:57:13 -07:00
parent afcc1569b8
commit 704643544f

View File

@ -50,8 +50,8 @@ running on your system, stop it:
Next, download and run the Docker 1.6 lk4d4 (Docker Inc Employee) built binary:
Login to dropbox and download https://www.dropbox.com/s/vyz79t4r7nicltc/docker-1.6.0-rc2?dl=0
mv docker-1.6.-rc2 docker
curl https://fedorapeople.org/groups/heat/kolla/docker-1.6.0-rc2 -o docker-1.6.0-rc2
mv docker-1.6.0-rc2 docker
sudo ./docker -d &
The basic starting environment will be created using `docker-compose`.