move the description of Rlimits before example

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng 2015-09-17 17:03:07 +08:00
parent 7a05004e60
commit e7746b12af
1 changed files with 4 additions and 4 deletions

View File

@ -200,6 +200,10 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man8/sy
## Rlimits ## Rlimits
rlimits allow setting resource limits.
`type` is a string with a value from those defined in [the man page](http://man7.org/linux/man-pages/man2/setrlimit.2.html).
The kernel enforces the `soft` limit for a resource while the `hard` limit acts as a ceiling for that value that could be set by an unprivileged process.
```json ```json
"rlimits": [ "rlimits": [
{ {
@ -210,10 +214,6 @@ For more information, see [the man page](http://man7.org/linux/man-pages/man8/sy
] ]
``` ```
rlimits allow setting resource limits.
`type` is a string with a value from those defined in [the man page](http://man7.org/linux/man-pages/man2/setrlimit.2.html).
The kernel enforces the `soft` limit for a resource while the `hard` limit acts as a ceiling for that value that could be set by an unprivileged process.
## SELinux process label ## SELinux process label
SELinux process label specifies the label with which the processes in a container are run. SELinux process label specifies the label with which the processes in a container are run.