mirror of
https://github.com/containers/podman.git
synced 2026-01-24 22:10:10 -05:00
- Persist CDIDevices in container config - Add e2e test - Log HasDevice error and add additional condition for safety Signed-off-by: Sebastian Jug <seb@stianj.ug>
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"cdiVersion": "0.2.0",
|
|
"kind": "vendor.com/device",
|
|
"devices": [
|
|
{
|
|
"name": "myKmsg",
|
|
"containerEdits": {
|
|
"mounts": [
|
|
{"hostPath": "/dev/kmsg", "containerPath": "/dev/kmsg1", "options": ["rw", "rprivate", "rbind"]}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|