docker-client
docker-client copied to clipboard
Proposal: Adding timeout for Docker::Connection.perform_request
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?