-
Notifications
You must be signed in to change notification settings - Fork 561
Closed
Description
It would be nice if the HostConfig in CreateContainerOptions had support for exposing host devices to the container (like docker run --device does).
This could be passed as an additional member of the HostConfig when calling the /containers/create API method:
{
"PathOnHost": "/dev/deviceName",
"PathInContainer": "/dev/deviceName",
"CgroupPermissions": "mrw"
}
Metadata
Metadata
Assignees
Labels
No labels