From 56a84069bc5800cc7c25a525302617826f1cdcb6 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Thu, 26 May 2016 16:00:14 -0700 Subject: [PATCH] [ Runtime ] Add example with a Windows bundlePath Adds an example with a Windows bundlePath value Signed-off-by: Rob Dolin --- runtime.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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