Skip to content

Commit 3ed9589

Browse files
committed
runtime-config-linux: Drop 'Linux' from headers
The fact that these are Linux-specific entities should be obvious from the context (this whole file is only about Linux-specific entities). Signed-off-by: W. Trevor King <[email protected]>
1 parent 2854504 commit 3ed9589

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime-config-linux.md

Lines changed: 4 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,13 +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
134134
the container. For more information, see the [kernel cgroups documentation](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt).
135135

136-
## Linux sysctl
136+
## Sysctl
137137

138138
sysctl allows kernel parameters to be modified at runtime for the container.
139139
For more information, see [the man page](http://man7.org/linux/man-pages/man8/sysctl.8.html)
@@ -145,7 +145,7 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man8/sy
145145
}
146146
```
147147

148-
## Linux rlimits
148+
## Rlimits
149149

150150
```json
151151
"rlimits": [

0 commit comments

Comments
 (0)