Values.DeviceSourceAn object representing a container instance host device.
type nonrec t = {hostPath : String_.t;The path for the device on the host container instance.
*)containerPath : String_.t option;The path inside the container at which to expose the host device.
*)permissions : DeviceCgroupPermissions.t option;The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.
*)}