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 <wking@tremily.us>
This commit is contained in:
W. Trevor King 2015-09-03 14:24:31 -07:00
parent 8d66fdd863
commit 889f775dcf
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ This is provided so that consumers can find the container's configuration and ro
```json ```json
{ {
"version": "0.2.0",
"id": "oc-container", "id": "oc-container",
"pid": 4422, "pid": 4422,
"root": "/containers/redis" "root": "/containers/redis"