Sets device paths to expose to the container. These are merged with devices from config files.
(mut self, devices: Vec<String>)
| 214 | /// Sets device paths to expose to the container. |
| 215 | /// These are merged with devices from config files. |
| 216 | pub fn devices(mut self, devices: Vec<String>) -> Self { |
| 217 | self.devices = devices; |
| 218 | self |
| 219 | } |
| 220 | |
| 221 | /// Overrides the source directory used when copying the repository. |
| 222 | /// When set, this path is used instead of the auto-detected repository root. |
no outgoing calls
no test coverage detected