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:
Kenfe-Mickael Laventure
2017-03-13 10:47:52 -07:00
parent 1d4608032d
commit 6e97f11df9
2 changed files with 7 additions and 0 deletions

View File

@@ -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"