Merge pull request #694 from q384566678/state-json

state-schema.json: add the value of status
This commit is contained in:
Mrunal Patel 2017-02-27 11:19:27 -08:00 committed by GitHub
commit 2d491b03fa
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"