github.com/containers/podman/v5@v5.1.0-rc1/test/e2e/cdi/device.json (about) 1 { 2 "cdiVersion": "0.3.0", 3 "kind": "vendor.com/device", 4 "devices": [ 5 { 6 "name": "myKmsg", 7 "containerEdits": { 8 "mounts": [ 9 {"hostPath": "/dev/kmsg", "containerPath": "/dev/kmsg1", "options": ["rw", "rprivate", "rbind"]} 10 ] 11 } 12 } 13 ] 14 }