1
0
réplica de https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Refactor platform code (#472)

Este commit está contenido en:
Kroese
2024-05-09 11:19:34 +02:00
cometido por GitHub
padre fd1fd1c48f
commit 8bbd87df40
Se han modificado 3 ficheros con 38 adiciones y 40 borrados
+13
Ver fichero
@@ -291,6 +291,19 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_
Please note that in this mode, the container and Windows will each have their own separate IPs. The container will keep the macvlan IP, and Windows will use the DHCP IP.
* ### How do I add multiple disks?
To create additional disks, modify your compose file like this:
```yaml
environment:
DISK2_SIZE: "32G"
DISK3_SIZE: "64G"
volumes:
- /home/example:/storage2
- /mnt/data/example:/storage3
```
* ### How do I pass-through a disk?
It is possible to pass-through disk devices directly by adding them to your compose file in this way: