-
Notifications
You must be signed in to change notification settings - Fork 292
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
Comments
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 |
See upserve#441 (comment) Without this change hosts started do not have access to the locally assigned network
relates to #423 |
Nothing new related to this issue ? |
Here is pull request related to this issue #462 |
I'm unable to use this API with a windows host:
|
Encountering this as well. Using a really bad patch for now: Docker.send(:remove_const, 'API_VERSION')
Docker.const_set('API_VERSION', '1.24') |
Are we going to support new version of docker remote api
The text was updated successfully, but these errors were encountered: