runtime-config: add example label before json exmaple

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng 2016-01-05 14:13:38 +08:00
parent 4060e6c1cc
commit 0c9a97890d
1 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,8 @@ The Spec does not include naming schema for cgroups.
The Spec does not support [split hierarchy](https://www.kernel.org/doc/Documentation/cgroups/unified-hierarchy.txt).
The cgroups will be created if they don't exist.
###### Example
```json
"cgroupsPath": "/myRuntime/myContainer"
```
@ -182,6 +184,8 @@ For more information, see [the memory cgroup man page](https://www.kernel.org/do
More information on `oom_score_adj` available [here](https://www.kernel.org/doc/Documentation/filesystems/proc.txt).
###### Example
```json
"oomScoreAdj": 0
```