Kaydet (Commit) 0932ac23 authored tarafından Joffrey F's avatar Joffrey F

Add devices param to the hostconfig documentation

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 9697923b
......@@ -101,6 +101,14 @@ for example:
allowed to consume.
* 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"
}
```
**Returns** (dict) HostConfig dictionary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment