We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c887147 commit 5d95f24Copy full SHA for 5d95f24
docs/hostconfig.md
@@ -101,6 +101,14 @@ for example:
101
allowed to consume.
102
* group_add (list): List of additional group names and/or IDs that the
103
container process will run as.
104
+* devices (list): A list of devices to add to the container specified as dicts
105
+ in the form:
106
+ ```
107
+ { "PathOnHost": "/dev/deviceName",
108
+ "PathInContainer": "/dev/deviceName",
109
+ "CgroupPermissions": "mrw"
110
+ }
111
112
113
**Returns** (dict) HostConfig dictionary
114
0 commit comments