container-device-interface
container-device-interface copied to clipboard
Add Windows Support for Devices
From https://github.com/container-orchestrated-devices/container-device-interface/pull/27:
To support Windows we'd need to add Windows Device properties: ID and IDType, make Path optional and change oci.go code to detect OS type and use either LinuxDevice or WindowsDevice as a target.
This needs to be a followup PR