From 376929fe23bf10741b5ede45f51bb30c5ad99740 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Tue, 1 Dec 2015 18:53:57 -0300 Subject: [PATCH] Update runtime example Fixes #258 Signed-off-by: Marcos Lilljedahl --- runtime.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime.md b/runtime.md index fdaf96519..fae57d8ce 100644 --- a/runtime.md +++ b/runtime.md @@ -27,9 +27,10 @@ This is provided so that consumers can find the container's configuration and ro ```json { + "version": "0.2", "id": "oc-container", "pid": 4422, - "root": "/containers/redis" + "bundlePath": "/containers/redis" } ```