use docker 1.10.2 (untested)

This commit is contained in:
girish@cloudron.io
2016-03-01 10:13:44 -08:00
parent 0500bae221
commit 744c721000
+1 -1
View File
@@ -94,7 +94,7 @@ apt-get -y install btrfs-tools
echo "==== Install docker ===="
# install docker from binary to pin it to a specific version. the current debian repo does not allow pinning
curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 > /usr/bin/docker
curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.2 > /usr/bin/docker
apt-get -y install aufs-tools
chmod +x /usr/bin/docker
groupadd docker