Add script/ci

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-03-23 14:16:14 -07:00
commit db852e14e4
6 changed files with 44 additions and 12 deletions

View file

@ -4,7 +4,7 @@ if [ "$DOCKER_VERSION" == "" ]; then
DOCKER_VERSION="1.5.0"
fi
ln -s "/usr/local/bin/docker-$DOCKER_VERSION" "/usr/local/bin/docker"
ln -fs "/usr/local/bin/docker-$DOCKER_VERSION" "/usr/local/bin/docker"
# If a pidfile is still around (for example after a container restart),
# delete it so that docker can start.