state-schema.json: add the value of status
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
parent
3f5078dab0
commit
7ec622e5c3
|
@ -17,6 +17,7 @@
|
||||||
"id": "https://opencontainers.org/schema/runtime/state/status",
|
"id": "https://opencontainers.org/schema/runtime/state/status",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"creating",
|
||||||
"created",
|
"created",
|
||||||
"running",
|
"running",
|
||||||
"stopped"
|
"stopped"
|
||||||
|
|
Loading…
Reference in New Issue