diff --git a/runtime.md b/runtime.md index 098851e22..5b108db34 100644 --- a/runtime.md +++ b/runtime.md @@ -30,6 +30,15 @@ When serialized in JSON, the format MUST adhere to the following pattern: } ``` +```json +{ + "ociVersion": "0.2.0", + "id": "oci-container1", + "pid": 4422, + "bundlePath": "C:\\containers\\redis" +} +``` + See [Query State](#query-state) for information on retrieving the state of a container. ## Lifecycle