mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move cgroup info changes to API v1.40
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3d21b86e0a
commit
16e04da4cb
1 changed files with 5 additions and 5 deletions
|
@ -22,11 +22,6 @@ 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 includes `name=rootless` in `SecurityOptions` when the daemon is running in
|
||||
rootless mode. This change is not versioned, and affects all API versions if the daemon has
|
||||
this patch.
|
||||
* `GET /info` now returns `none` as `CgroupDriver` when the daemon is running in rootless mode.
|
||||
This change is not versioned, and affects all API versions if the daemon has this patch.
|
||||
|
||||
## v1.40 API changes
|
||||
|
||||
|
@ -64,6 +59,11 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|||
* `GET /info` now returns information about `DataPathPort` that is currently used in swarm
|
||||
* `GET /info` now returns `PidsLimit` boolean to indicate if the host kernel has
|
||||
PID limit support enabled.
|
||||
* `GET /info` now includes `name=rootless` in `SecurityOptions` when the daemon is running in
|
||||
rootless mode. This change is not versioned, and affects all API versions if the daemon has
|
||||
this patch.
|
||||
* `GET /info` now returns `none` as `CgroupDriver` when the daemon is running in rootless mode.
|
||||
This change is not versioned, and affects all API versions if the daemon has this patch.
|
||||
* `POST /containers/create` now accepts `DeviceRequests` as part of `HostConfig`.
|
||||
Can be used to set Nvidia GPUs.
|
||||
* `GET /swarm` endpoint now returns DataPathPort info
|
||||
|
|
Loading…
Add table
Reference in a new issue