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 <wking@tremily.us>
This commit is contained in:
parent
2854504cf7
commit
3ed95897c3
|
@ -1,4 +1,4 @@
|
||||||
## Linux namespaces
|
## Namespaces
|
||||||
|
|
||||||
A namespace wraps a global system resource in an abstraction that makes it
|
A namespace wraps a global system resource in an abstraction that makes it
|
||||||
appear to the processes within the namespace that they have their own isolated
|
appear to the processes within the namespace that they have their own isolated
|
||||||
|
@ -127,13 +127,13 @@ Next parameters can be specified:
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux control groups
|
## Control groups
|
||||||
|
|
||||||
Also known as cgroups, they are used to restrict resource usage for a container and handle
|
Also known as cgroups, they are used to restrict resource usage for a container and handle
|
||||||
device access. cgroups provide controls to restrict cpu, memory, IO, and network for
|
device access. cgroups provide controls to restrict cpu, memory, IO, and network for
|
||||||
the container. For more information, see the [kernel cgroups documentation](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt).
|
the container. For more information, see the [kernel cgroups documentation](https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt).
|
||||||
|
|
||||||
## Linux sysctl
|
## Sysctl
|
||||||
|
|
||||||
sysctl allows kernel parameters to be modified at runtime for the container.
|
sysctl allows kernel parameters to be modified at runtime for the container.
|
||||||
For more information, see [the man page](http://man7.org/linux/man-pages/man8/sysctl.8.html)
|
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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux rlimits
|
## Rlimits
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"rlimits": [
|
"rlimits": [
|
||||||
|
|
Loading…
Reference in New Issue