1
0
spegling av https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00

docs: Update local copy instructions (#403)

This commit is contained in:
Ilia Karpov
2024-04-21 22:17:21 +02:00
committad av GitHub
förälder 60107560ba
incheckning 77f43f35d2
+8 -1
Visa fil
@@ -157,7 +157,14 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_
VERSION: "https://example.com/win.iso"
```
Alternatively, you can also rename a local file to `custom.iso` and place it in an empty `/storage` folder to skip the download.
Alternatively, you can also use a local file directly, and skip the download, by binding it in your compose file in this way:
```yaml
volumes:
- /home/user/example.iso:/storage/custom.iso
```
Replace the example path `/home/user/example.iso` with the filename of the desired ISO file.
* ### How do I perform a manual installation?