Merge pull request #257 from nponeccop/patch-1

Example lists "root' but text mentions "bundlePath"
This commit is contained in:
Mrunal Patel 2015-12-04 12:54:58 -08:00
commit 8cbabfc616
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
```