Merge pull request #235 from djs55/docker.1.12-rc3.rc

Update docker to rc of rc3
This commit is contained in:
Dave Scott 2016-07-01 13:48:15 +01:00 committed by GitHub
commit 4753104be4

View File

@ -1,4 +1,4 @@
DOCKER_VERSION=1.12.0-rc2
DOCKER_VERSION=1.12-rc3-rc
ARCH?=x86_64
OS?=Linux
EXPERIMENTAL?=1
@ -18,7 +18,7 @@ bin: docker.git
cp docker.git/bundles/latest/binary-client/docker bin/
docker.git:
git clone git://github.com/justincormack/docker.git docker.git
git clone git://github.com/djs55/docker.git docker.git
arm:
mkdir -p bin