-
Notifications
You must be signed in to change notification settings - Fork 565
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
API Changes in Docker 1.9 #407
Comments
Update on this issue; to make the transition to the new networks struct easier, we decided to keep the top-level |
Portions of this were resolved by #410 and #417. Other things are outstanding; for instance the IPAM-driver fields added in moby/moby@286fe69 |
Docker 1.9-rc3 was just released for testing; moby/moby#17000 (comment).
The Docker 1.9 release introduces a number of API changes (API version 1.21), among which are some breaking changes, for example;
/containers/(id)/stats
endpoint will now return statistics per interface (see Refactor the statistics of network in docker stats moby/moby#15786)NetworkSettings
struct now shows per-network information for a container (see Update inspect api examples with new network settings. moby/moby#17422 and Carry Fix docker inspect container only reports last assigned information moby/moby#17393)Additional changes can be found in the API changelog for v1.21, and pull requests that introduced API changes can be found on GitHub. (PR's that were not explicitly added to the milestone may not be included in that list)
Note that older versions of the API should still remain backward compatible
In case it's helpful, this is a diff for the Docker Remote API documentation (v1.21 vs v1.20);
The text was updated successfully, but these errors were encountered: