Merge pull request #39390 from thaJeztah/add_version_to_api_changes

Add info OSVersion to API changelog.
This commit is contained in:
Yong Tang 2019-07-03 13:08:08 +08:00 committed by GitHub
commit a89f2f3b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,9 @@ keywords: "API, Docker, rcli, REST, documentation"
`private` to create the container in its own private cgroup namespace. The per-daemon
default is `host`, and can be changed by using the`CgroupNamespaceMode` daemon configuration
parameter.
* `GET /info` now returns an `OSVersion` field, containing the operating system's
version. This change is not versioned, and affects all API versions if the daemon
has this patch.
## v1.40 API changes