Merge pull request #28963 from nlewo/docker-readiness
dockerTools.pullImage: change the docker deamon readiness mechanism
This commit is contained in:
commit
9e7db9a9f9
@ -25,7 +25,7 @@ done
|
|||||||
# run docker daemon
|
# run docker daemon
|
||||||
dockerd -H tcp://127.0.0.1:5555 -H unix:///var/run/docker.sock &
|
dockerd -H tcp://127.0.0.1:5555 -H unix:///var/run/docker.sock &
|
||||||
|
|
||||||
until $(curl --output /dev/null --silent --connect-timeout 2 http://127.0.0.1:5555); do
|
until docker ps 2>/dev/null; do
|
||||||
printf '.'
|
printf '.'
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user