Skip to content

Commit

Permalink
some debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Jul 29, 2019
1 parent 13eb231 commit c3d7850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/compose-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: 'registry:2'

engine:
image: 'docker:${TEST_ENGINE_VERSION:-stable-dind}'
image: 'docker:${TEST_ENGINE_VERSION:-18.09-dind}'
privileged: true
command: ['--insecure-registry=registry:5000']

Expand Down
2 changes: 2 additions & 0 deletions scripts/test/e2e/wait-on-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -eu -o pipefail

echo "Waiting for docker daemon to become available at $DOCKER_HOST"
IP=$(echo $DOCKER_HOST | sed -e 's|^tcp://||' -e 's|:.*$||')
ping -c 3 $IP
while ! docker version > /dev/null; do
sleep 0.3
done
Expand Down

0 comments on commit c3d7850

Please sign in to comment.