state-schema.json: add the value of status

Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
zhouhao 2017-02-24 13:32:18 +08:00
parent 3f5078dab0
commit 7ec622e5c3
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"id": "https://opencontainers.org/schema/runtime/state/status",
"type": "string",
"enum": [
"creating",
"created",
"running",
"stopped"