Skip to content
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

Update docker-api #149

Closed
wants to merge 2 commits into from
Closed

Conversation

cap10morgan
Copy link
Contributor

docker-api 1.7.x was generating 400 errors trying to talk to a Docker 1.7.x daemon. The latest version of docker-api (1.23.0) speaks a much newer version of the Docker Remote API and fixed this issue. The specs still pass w/ this newer version.

It appears that this used to rely on an implicit logging dependency pulled in by old versions of docker-api, but now it specifies the dependency explicitly because the latest docker-api seems to no longer pull it in.

...and specify logging dependency. I guess docker-api isn't using it
anymore, but this gem still does.
@jolynch
Copy link
Collaborator

jolynch commented Jan 21, 2016

@cap10morgan re-did this against master in #159. Let me know if that didn't work right :-)

@jolynch jolynch closed this Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants