cncf-tags / container-device-interface-rs

Rust implementation of the Container Device Interface: https://github.com/cncf-tags/container-device-interface
Apache License 2.0
5 stars 6 forks source link

make cdi list devices almost work #16

Closed zvonkok closed 4 months ago

zvonkok commented 4 months ago

A lot of additions to make cd device work.

Apokleos commented 4 months ago

Great work ! Yeah, I am debugging the code till last Friday. and Good news is that I can successfully inject devices into OCI Spec. I will create PR to fix the previous work based on your PR .