From c19a920a9c9429e58e3f1bbd0687da7003b593ac Mon Sep 17 00:00:00 2001 From: nponeccop Date: Sun, 29 Nov 2015 12:59:49 +0200 Subject: [PATCH] Example lists "root' but text mentions "bundlePath" Signed-off-by: Andrii Melnykov --- runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.md b/runtime.md index fdaf96519..e78f98786 100644 --- a/runtime.md +++ b/runtime.md @@ -29,7 +29,7 @@ This is provided so that consumers can find the container's configuration and ro { "id": "oc-container", "pid": 4422, - "root": "/containers/redis" + "bundlePath": "/containers/redis" } ```