samalba / dockerclient

Docker client library in Go
http://www.docker.com/
Apache License 2.0
320 stars 140 forks source link

Update API Version to 1.22 #227

Closed nishanttotla closed 8 years ago

nishanttotla commented 8 years ago

Corresponding with the Docker 1.10 release, we need to update API Version for dockerclient to 1.22. Creating this issue to track and discuss any changes that need to be made to support the updated API.

cc @dongluochen @vieux

vieux commented 8 years ago

I would rather switch swarm to engine-api

dongluochen commented 8 years ago

If it requires extra compatibility testing/review, we should drop it. Switch to engine-api in next release makes more sense.

nishanttotla commented 8 years ago

@vieux @dongluochen I agree, but it didn't seem like we had a plan in place to do that right now. I can take the initiative on that by making a list of changes needed in Swarm so we can drop dockerclient completely. Closing this issue, thanks.