-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker 1.10.2: HTTP communication with daemon fails for UNIX sockets #381
Comments
@Papierkorb thanks for noticing that. I'm sure we can get Excon updated quickly and will make note of the update in the README when it's released. |
I saw that excon/excon#548 fix this issue. If I use docker-api gem via github link, does I need a version bump or just to run |
@AlbinOS we need https://github.com/excon/excon to be released. Once that's done, you can run |
@tlunter, thanks, forgot to check if excon was released or not... |
Ok this should probably be closed. I confirmed the API works again with excon >= 0.46 with docker 1.11. |
61a4497 Added to README |
Hello,
Today I noticed that after updating my system to Docker 1.10.2 I wasn't able to use
docker-api
anymore. The daemon always responded with400 Bad Requests
.After some digging I found that
excon
does not handle requests over UNIX sockets per specification.Just opening this issue to let you know: excon/excon#547
Thanks!
The text was updated successfully, but these errors were encountered: