mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #37121 from thaJeztah/fix-exec-ids-itemtype
Set item-type for ExecIDs
This commit is contained in:
commit
bbca556a80
1 changed files with 7 additions and 0 deletions
|
@ -4663,7 +4663,11 @@ paths:
|
||||||
AppArmorProfile:
|
AppArmorProfile:
|
||||||
type: "string"
|
type: "string"
|
||||||
ExecIDs:
|
ExecIDs:
|
||||||
|
description: "IDs of exec instances that are running in the container."
|
||||||
type: "array"
|
type: "array"
|
||||||
|
items:
|
||||||
|
type: "string"
|
||||||
|
x-nullable: true
|
||||||
HostConfig:
|
HostConfig:
|
||||||
$ref: "#/definitions/HostConfig"
|
$ref: "#/definitions/HostConfig"
|
||||||
GraphDriver:
|
GraphDriver:
|
||||||
|
@ -4720,6 +4724,9 @@ paths:
|
||||||
StopTimeout: 10
|
StopTimeout: 10
|
||||||
Created: "2015-01-06T15:47:31.485331387Z"
|
Created: "2015-01-06T15:47:31.485331387Z"
|
||||||
Driver: "devicemapper"
|
Driver: "devicemapper"
|
||||||
|
ExecIDs:
|
||||||
|
- "b35395de42bc8abd327f9dd65d913b9ba28c74d2f0734eeeae84fa1c616a0fca"
|
||||||
|
- "3fc1232e5cd20c8de182ed81178503dc6437f4e7ef12b52cc5e8de020652f1c4"
|
||||||
HostConfig:
|
HostConfig:
|
||||||
MaximumIOps: 0
|
MaximumIOps: 0
|
||||||
MaximumIOBps: 0
|
MaximumIOBps: 0
|
||||||
|
|
Loading…
Reference in a new issue