-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Labels
Description
Situation:
I have a docker daemon running under CoreOS and exposed the TCP port by creating and binding a TCP socket (as described in the docs https://coreos.com/os/docs/latest/customizing-docker.html)
I have the situation that in some cases the server config (using Ignition) fails and the docker daemon does not start up, but the socket on port 2375 is reachable.
When calling now client.PullImage
the request stays hanging at that point.
I tried to pass InactivityTimeout
but without result.
Is there some other way to pass some timeout to the PullImage call?
thx & cheers
Heiko