Skip to content

Commit 53369f1

Browse files
wkingMa Shimiao
authored andcommitted
runtime: Add 'version' to the state.json example
The version field was added while 180df9d (Add runtime state configuration and structs, 2015-07-29, opencontainers#87) was in-flight [1], and it missed getting documented in the example. [1]: opencontainers#87 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent 5450dca commit 53369f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This is provided so that consumers can find the container's configuration and ro
2727

2828
```json
2929
{
30+
"version": "0.2.0",
3031
"id": "oc-container",
3132
"pid": 4422,
3233
"root": "/containers/redis"

0 commit comments

Comments
 (0)