docker-client icon indicating copy to clipboard operation
docker-client copied to clipboard

Proposal: Adding timeout for Docker::Connection.perform_request

Open kimh opened this issue 11 years ago • 0 comments

Docker::Connection.perform_request keeps blocking until Curl::Err::ConnectionFailedError is raised when client cannot connect docker server. I think user of the client should be able to set timeout to give up.

How do you think?

kimh avatar Oct 01 '13 17:10 kimh