Skip to content

Commit ee0788e

Browse files
committed
Merge pull request #882 from docker/881-hostconfig_doc
Add cpu_quota and cpu_period to the HostConfig documentation
2 parents 5751276 + 7724e36 commit ee0788e

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)