Skip to content
Commit 132e7907 authored by Antoine Eiche's avatar Antoine Eiche
Browse files

dockerTools.pullImage: change the docker deamon readiness mechanism

To wait for the docker deamon, curl requests are sent. However, if a
http proxy is set, it will respond instead of the docker daemon.
To avoid this, we send docker ps command instead of curl command.
parent 65e6a7e0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment