Skip to content

Commit

Permalink
runtime: Add 'version' to the state.json example
Browse files Browse the repository at this point in the history
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 <wking@tremily.us>
  • Loading branch information
wking committed Oct 5, 2015
1 parent 294b77c commit e12b6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The root directory to the bundle is provided in the state so that consumers can

```json
{
"version": "0.1.0",
"id": "oc-container",
"pid": 4422,
"root": "/containers/redis"
Expand Down

0 comments on commit e12b6d4

Please sign in to comment.