From 889f775dcf518b1e6bb2d0d7b619d8004e6cb914 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 3 Sep 2015 14:24:31 -0700 Subject: [PATCH] runtime: Add 'version' to the state.json example The version field was added while 180df9d (Add runtime state configuration and structs, 2015-07-29, #87) was in-flight [1], and it missed getting documented in the example. [1]: https://github.com/opencontainers/specs/pull/87#issuecomment-135117343 Signed-off-by: W. Trevor King --- runtime.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime.md b/runtime.md index fdaf9651..c2c299aa 100644 --- a/runtime.md +++ b/runtime.md @@ -27,6 +27,7 @@ This is provided so that consumers can find the container's configuration and ro ```json { + "version": "0.2.0", "id": "oc-container", "pid": 4422, "root": "/containers/redis"