This was added in d363a1881ec256e1be5a48a90046ff16e84ddc02 (moby/moby#38349),
but not yet added to the API history.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -28,6 +28,9 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 28 | 28 |
`private` to create the container in its own private cgroup namespace. The per-daemon |
| 29 | 29 |
default is `host`, and can be changed by using the`CgroupNamespaceMode` daemon configuration |
| 30 | 30 |
parameter. |
| 31 |
+* `GET /info` now returns an `OSVersion` field, containing the operating system's |
|
| 32 |
+ version. This change is not versioned, and affects all API versions if the daemon |
|
| 33 |
+ has this patch. |
|
| 31 | 34 |
|
| 32 | 35 |
## v1.40 API changes |
| 33 | 36 |
|