Skip to content

Commit d581213

Browse files
committed
Merge pull request opencontainers#117 from wking/runtime-headings
runtime-config-linux: Minor header cleanups after opencontainers#88
2 parents 94c1803 + 3ed9589 commit d581213

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

runtime-config-linux.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Linux namespaces
1+
## Namespaces
22

33
A namespace wraps a global system resource in an abstraction that makes it
44
appear to the processes within the namespace that they have their own isolated
@@ -127,11 +127,13 @@ Next parameters can be specified:
127127
]
128128
```
129129

130-
## Linux control groups
130+
## Control groups
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+
## 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)
@@ -143,7 +145,7 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man8/sy
143145
}
144146
```
145147

146-
## Linux rlimits
148+
## Rlimits
147149

148150
```json
149151
"rlimits": [

0 commit comments

Comments
 (0)