Merge pull request #144 from wking/state-version-example
runtime: Add 'version' to the state.json example
This commit is contained in:
commit
4a63e81a80
|
@ -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,
|
||||
"bundlePath": "/containers/redis"
|
||||
|
|
Loading…
Reference in New Issue