Skip to content

Commit 0c9a978

Browse files
committed
runtime-config: add example label before json exmaple
Signed-off-by: Gao feng <[email protected]>
1 parent 4060e6c commit 0c9a978

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime-config-linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ The Spec does not include naming schema for cgroups.
152152
The Spec does not support [split hierarchy](https://www.kernel.org/doc/Documentation/cgroups/unified-hierarchy.txt).
153153
The cgroups will be created if they don't exist.
154154

155+
###### Example
156+
155157
```json
156158
"cgroupsPath": "/myRuntime/myContainer"
157159
```
@@ -182,6 +184,8 @@ For more information, see [the memory cgroup man page](https://www.kernel.org/do
182184

183185
More information on `oom_score_adj` available [here](https://www.kernel.org/doc/Documentation/filesystems/proc.txt).
184186

187+
###### Example
188+
185189
```json
186190
"oomScoreAdj": 0
187191
```

0 commit comments

Comments
 (0)