Skip to content

Commit e12b6d4

Browse files
committed
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]: #87 (comment) Signed-off-by: W. Trevor King <wking@tremily.us>
1 parent 294b77c commit e12b6d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The root directory to the bundle is provided in the state so that consumers can
2323

2424
```json
2525
{
26+
"version": "0.1.0",
2627
"id": "oc-container",
2728
"pid": 4422,
2829
"root": "/containers/redis"

0 commit comments

Comments
 (0)