Update docker version in trusty node to 1.8.3

This change is for using the latest qualified docker in trusty nodes.
pull/6/head
Andy Zheng 2015-11-02 15:45:44 -08:00
parent 08a7ffb299
commit b3133a1c16
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ script
# Install docker and brctl if they are not in the image. # Install docker and brctl if they are not in the image.
if ! which docker > /dev/null; then if ! which docker > /dev/null; then
echo "Do not find docker. Install it." echo "Do not find docker. Install it."
# We should install the docker that passes qualification. At present, it is version 1.7.1. # We should install the latest qualified docker, which is version 1.8.3 at present.
curl -sSL https://get.docker.com/ubuntu/ | DOCKER_VERSION=1.7.1 sh curl -sSL https://get.docker.com/ | DOCKER_VERSION=1.8.3 sh
fi fi
if ! which brctl > /dev/null; then if ! which brctl > /dev/null; then
echo "Do not find brctl. Install it." echo "Do not find brctl. Install it."