You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @proppy, thanks for reporting! I will push this feature within the next few minutes. I will add a type named Device with the attributes you described, and add a slice of Devices in the HostConfig struct.
It would be nice if the
HostConfig
inCreateContainerOptions
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:The text was updated successfully, but these errors were encountered: