Skip to content

Newest docker remote API now 1.24, whats the schedule of docker-api #441

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

Closed
cmingxu opened this issue Aug 24, 2016 · 7 comments
Closed

Newest docker remote API now 1.24, whats the schedule of docker-api #441

cmingxu opened this issue Aug 24, 2016 · 7 comments

Comments

@cmingxu
Copy link

cmingxu commented Aug 24, 2016

Are we going to support new version of docker remote api

@mattheworiordan
Copy link
Contributor

In fact this is now a blocker for me so I am having to "hack" this gem unfortunately.

In order to use Docker for Mac with IPAMConfig, you need version 1.24+ so that the gateway & ip address are setup correctly. I would just bump the version number, but I have no idea what consequences could be so for now I'm hacking that single request to use the latest version of the API

mattheworiordan added a commit to ably-forks/docker-api that referenced this issue Sep 12, 2016
See upserve#441 (comment)

Without this change hosts started do not have access to the locally assigned network
@hekaldama
Copy link

relates to #423

@lbdremy
Copy link

lbdremy commented Nov 10, 2016

Nothing new related to this issue ?

@RunsFor
Copy link

RunsFor commented Dec 26, 2016

Here is pull request related to this issue #462

@RunsFor
Copy link

RunsFor commented Dec 26, 2016

Seems the project was not actively maintained last time.
@tlunter Hey. Do you have time to review this and some related issues?

It would be great to add the ability (#462) to explicitly set docker remote api version you want to use.

If any help needed, let me know.

Thanks!

@clivecrous
Copy link

I'm unable to use this API with a windows host:

Something went badly wrong: Docker::Error::ClientError: client version 1.16 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version

@spiderpug
Copy link

Encountering this as well. Using a really bad patch for now:

Docker.send(:remove_const, 'API_VERSION')
Docker.const_set('API_VERSION', '1.24')

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

No branches or pull requests

8 participants