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

Docker client library to access the Docker remote API.

Results 14 docker-client issues
Sort by recently updated
recently updated
newest added

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...

I added this gem to the Gemfile, Bundled, and Rails currently crashes when I attempt to `require 'docker'` The crash is `trace trap rails s` with no error or relevant...

Add support for Dockerfiles.

enhancement

This might be a problem with my setup, but I wanted to log it here in case its related to this gem's use of curl. About half the time, commands...