mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add info OSVersion to API changelog.
This was added in d363a1881e
(moby/moby#38349),
but not yet added to the API history.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
52c16677b2
commit
53430f5fc1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue