Skip to content

Commit 7724e36

Browse files
committed
Add cpu_quota and cpu_period to the HostConfig documentation
Signed-off-by: Joffrey F <[email protected]>
1 parent 9deffc4 commit 7724e36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/hostconfig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ for example:
103103
allowed to consume.
104104
* mem_swappiness (int): Tune a container's memory swappiness behavior.
105105
Accepts number between 0 and 100.
106+
* cpu_group (int): The length of a CPU period in microseconds.
107+
* cpu_period (int): Microseconds of CPU time that the container can get in a CPU period.
106108
* group_add (list): List of additional group names and/or IDs that the
107109
container process will run as.
108110
* devices (list): A list of devices to add to the container specified as dicts

0 commit comments

Comments
 (0)