dockerclient
dockerclient copied to clipboard
Indicate failure to pull an image
Currently the PullImage API doesn't indicate if there was an error while downloading an image.
Is it possible to parse the response of the remote api and return that image failed to download? I have seen other clients look for the presence of errorDetail in the response
I think it makes sense. Would you be willing to contribute a changeset?
@samalba Already did :-) Can you please take a look?