|
|
@ -34,7 +34,7 @@ else
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
echo "Install docker client"
|
|
|
|
echo "Install docker client"
|
|
|
|
VER="17.03.0-ce"
|
|
|
|
VER="17.11.0-ce"
|
|
|
|
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
|
|
|
|
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
|
|
|
|
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
|
|
|
|
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
|
|
|
|
mv /tmp/docker/* /usr/bin
|
|
|
|
mv /tmp/docker/* /usr/bin
|
|
|
|