From 7ec622e5c3586047e0d20467d70c7b6ee6f155d8 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Fri, 24 Feb 2017 13:32:18 +0800 Subject: [PATCH] state-schema.json: add the value of status Signed-off-by: zhouhao --- schema/state-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/state-schema.json b/schema/state-schema.json index 5ea3bf44f..74544980f 100644 --- a/schema/state-schema.json +++ b/schema/state-schema.json @@ -17,6 +17,7 @@ "id": "https://opencontainers.org/schema/runtime/state/status", "type": "string", "enum": [ + "creating", "created", "running", "stopped"