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
It is possible to pass-through disk devices directly by adding them to your compose file in this way:
332
+
It is possible to pass-through disk devices or partitions directly by adding them to your compose file in this way:
333
333
334
334
```yaml
335
335
devices:
336
336
- /dev/sdb:/disk1
337
-
- /dev/sdc:/disk2
337
+
- /dev/sdc1:/disk2
338
338
```
339
339
340
340
Use `/disk1` if you want it to become your main drive (which will be formatted during installation), and use `/disk2` and higher to add them as secondary drives (which will stay untouched).
0 commit comments