-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Windows Support for Devices #28
Comments
cc @bart0sh |
There's significant overlap between the features of CDI and the Windows-built-in C:\Windows\system32\containers\devices.def and related files. There's a discussion of devices.def at kubernetes/kubernetes#97739 (comment). I'm not sure how and where that file would support vendor-provided details though. And worth noting from there:
So CDI seems like it might be the right spec to use to define "those additional configurations", which would also help with the 'vendor-provided' aspect. It might be a useful thought-experiment to work out what the CDI json would look like to implement the current contents of that file. There is also some support in Windows for vendor-provided graphics drivers to install other files into Hyper-V-isolated containers when booted, see the discussion of I believe this system is graphics driver-specific, though. |
This issue is stale because it has been open 90 days with no activity. This issue will be closed in 30 days unless new comments are made or the stale label is removed. |
This issue was automatically closed due to inactivity. |
(I arrived here through https://github.com/moby/moby/blob/2c0100fbde612ecbaae3a08f960ae726aa57ecc7/cmd/dockerd/daemon.go#L272-L278) |
We don't have the same bot as other projects at present. Let's reopen it and I'll look into a |
Thanks! I think it has some options to exempt issues or PRs based on labels; https://github.com/actions/stale?tab=readme-ov-file#exempt-issue-labels |
Created #226 |
From #27:
This needs to be a followup PR
The text was updated successfully, but these errors were encountered: