Update readme.md

This commit is contained in:
Kroese 2024-05-04 23:10:15 +02:00 committed by GitHub
parent dd343a1419
commit c744761cf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -292,11 +292,11 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_
```yaml
devices:
- /dev/sdb:/dev/disk1
- /dev/sdc:/dev/disk2
- /dev/sdb:/disk1
- /dev/sdc:/disk2
```
Use `/dev/disk1` if you want it to become your main drive, and use `/dev/disk2` and higher to add them as secondary drives.
Use `/disk1` if you want it to become your main drive, and use `/disk2` and higher to add them as secondary drives.
* ### How do I pass-through a USB device?