You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker/podman run --device vendor.com/device=myDevice --device vendor.com/device=myDevice2 ...
115
-
116
-
# Less verbose, through infering the vendor from the device name
117
-
$ docker/podman run --device myDevice ...
112
+
Assuming this specification has been generated and is available in either `/etc/cdi` or `/var/run/cdi` (or whereever a CDI-enabled consumer is configured to read CDI specifications from), the devices can be accessed through their fully-qualified device names.
118
113
119
-
# Special case
120
-
$ docker/podman run --device vendor.com/device=all ...
114
+
For example, in the case of `podman` the CLI for accessing the device would be:
115
+
```
116
+
$ podman run --device vendor.com/device=myDevice ...
121
117
```
122
118
123
119
## Issues and Contributing
124
120
125
121
[Checkout the Contributing document!](CONTRIBUTING.md)
126
122
127
-
* Please let us know by [filing a new issue](https://github.com/RenaudWasTaken/cdi/issues/new)
123
+
* Please let us know by [filing a new issue](https://github.com/container-orchestrated-devices/container-device-interface/issues/new)
128
124
* You can contribute by opening a [pull request](https://help.github.com/articles/using-pull-requests/)
0 commit comments