mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update readme.md
This commit is contained in:
parent
dd343a1419
commit
c744761cf3
1 changed files with 3 additions and 3 deletions
|
|
@ -292,11 +292,11 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
devices:
|
devices:
|
||||||
- /dev/sdb:/dev/disk1
|
- /dev/sdb:/disk1
|
||||||
- /dev/sdc:/dev/disk2
|
- /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?
|
* ### How do I pass-through a USB device?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue