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 Dec 1, 2015
1 parent 8d66fdd commit 889f775
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 @@ -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"
Expand Down

0 comments on commit 889f775

Please sign in to comment.