|
@@ -205,7 +205,7 @@ to the quota you specify.
|
|
Limit the containers Real Time CPU usage. This flag tells the kernel to limit the amount of time in a given CPU period Real Time tasks may consume. Ex:
|
|
Limit the containers Real Time CPU usage. This flag tells the kernel to limit the amount of time in a given CPU period Real Time tasks may consume. Ex:
|
|
Period of 1,000,000us and Runtime of 950,000us means that this container could consume 95% of available CPU and leave the remaining 5% to normal priority tasks.
|
|
Period of 1,000,000us and Runtime of 950,000us means that this container could consume 95% of available CPU and leave the remaining 5% to normal priority tasks.
|
|
|
|
|
|
- The sum of all runtimes across containers cannot exceed the amount alotted to the parent cgroup.
|
|
|
|
|
|
+ The sum of all runtimes across containers cannot exceed the amount allotted to the parent cgroup.
|
|
|
|
|
|
**-d**, **--detach**=*true*|*false*
|
|
**-d**, **--detach**=*true*|*false*
|
|
Detached mode: run the container in the background and print the new container ID. The default is *false*.
|
|
Detached mode: run the container in the background and print the new container ID. The default is *false*.
|