mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
Update swagger.yaml and api/version-history.md for DeviceCgrouprules
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -398,6 +398,12 @@ definitions:
|
||||
type: "array"
|
||||
items:
|
||||
$ref: "#/definitions/DeviceMapping"
|
||||
DeviceCgroupRules:
|
||||
description: "a list of cgroup rules to apply to the container"
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
example: "c 13:* rwm"
|
||||
DiskQuota:
|
||||
description: "Disk limit (in bytes)."
|
||||
type: "integer"
|
||||
|
||||
Reference in New Issue
Block a user