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

Move support to Docker API v1.21 #1

Open
2 of 3 tasks
AHelper opened this issue Jun 21, 2016 · 0 comments
Open
2 of 3 tasks

Move support to Docker API v1.21 #1

AHelper opened this issue Jun 21, 2016 · 0 comments

Comments

@AHelper
Copy link
Owner

AHelper commented Jun 21, 2016

Since networking is causing issues all around, I'm going to be making changes that may break compatibility with existing docker-gen configurations, however will address networking changes in v1.21, hopefully adding backwards compatibility to older docker versions.

  • Remove all deprecated variables in RuntimeContainer that were deprecated in API v1.21 as part of the NetworkSettings (EndpointID, Gateway, GlobalIPv6Address, GlobalIPv6PrefixLen, IPAddress, IPPrefixLen, IPv6Gateway and MacAddress)
  • Emulate a Network for pre-v1.21 Docker APIs.
  • Update any tests that may rely on these removed fields.

Note: This really can't rely on pre-v1.21 as docker 1.7 has experimental support for network, however I don't know if the API worked then or if it should be supported.

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

1 participant