diff options
Diffstat (limited to 'docs/hostconfig.md')
-rw-r--r-- | docs/hostconfig.md | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/hostconfig.md b/docs/hostconfig.md index 6b11798..b7b3b66 100644 --- a/docs/hostconfig.md +++ b/docs/hostconfig.md @@ -104,17 +104,12 @@ for example: * mem_swappiness (int): Tune a container's memory swappiness behavior. Accepts number between 0 and 100. * cpu_group (int): The length of a CPU period in microseconds. -* cpu_period (int): Microseconds of CPU time that the container can get in a CPU period. +* cpu_period (int): Microseconds of CPU time that the container can get in a + CPU period. * group_add (list): List of additional group names and/or IDs that the container process will run as. -* devices (list): A list of devices to add to the container specified as dicts - in the form: - ``` - { "PathOnHost": "/dev/deviceName", - "PathInContainer": "/dev/deviceName", - "CgroupPermissions": "mrw" - } - ``` +* devices (list): Host device bindings. See [host devices](host-devices.md) + for more information. **Returns** (dict) HostConfig dictionary |