Skip to content

Commit 2854504

Browse files
committed
bundle: Move 'Linux sysctl' header to its own line
This fixes a copy/paste issue with 7232e4b (specs: introduce the concept of a runtime.json, 2015-07-30, opencontainers#88). Signed-off-by: W. Trevor King <[email protected]>
1 parent 94c1803 commit 2854504

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime-config-linux.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ Next parameters can be specified:
131131

132132
Also known as cgroups, they are used to restrict resource usage for a container and handle
133133
device access. cgroups provide controls to restrict cpu, memory, IO, and network for
134-
the container. For more information, see the [kernel cgroups documentation](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt)## Linux sysctl
134+
the container. For more information, see the [kernel cgroups documentation](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt).
135+
136+
## Linux sysctl
135137

136138
sysctl allows kernel parameters to be modified at runtime for the container.
137139
For more information, see [the man page](http://man7.org/linux/man-pages/man8/sysctl.8.html)

0 commit comments

Comments
 (0)