From c088fdefa1b420f15d0833a552317a3e9749f43c Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 28 Sep 2015 23:16:52 +0200 Subject: [PATCH] =?UTF-8?q?Use=20curl=20to=20wait=20for=20docker=20to=20be?= =?UTF-8?q?=20up=20on=20circleci=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … <3 @emilevauge :D Signed-off-by: Vincent Demeester --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1665e6c79..d0a2d6a1a 100644 --- a/circle.yml +++ b/circle.yml @@ -2,7 +2,7 @@ machine: pre: - sudo docker -d -e lxc -s btrfs -H tcp://0.0.0.0:2375: background: true - - sleep 5 + - curl --retry 15 --retry-delay 3 -v http://172.17.42.1:2375/version environment: REPO: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME DOCKER_HOST: tcp://172.17.42.1:2375