1
0
réplica de https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00

docs: Readme (#67)

Este commit está contenido en:
Kroese
2024-01-22 12:26:19 +01:00
cometido por GitHub
padre 144f24c5a0
commit 853d48e3f5
+4 -2
Ver fichero
@@ -118,7 +118,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
* ### How do I perform a manual installation? * ### How do I perform a manual installation?
If you prefer to perform the installation manually in order to customize some options, such as selecting another edition, add the following environment variable: If you prefer to perform the installation manually in order to customize some options, add the following environment variable:
```yaml ```yaml
environment: environment:
@@ -152,7 +152,9 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
VERSION: "https://example.com/win.iso" VERSION: "https://example.com/win.iso"
``` ```
Make sure your `/storage` folder is empty before starting the container. Alternatively, you can also place a file called `custom.iso` in that folder to skip the download. Make sure your `/storage` folder is empty before starting the container.
Alternatively, you can also place a file called `custom.iso` in that folder to skip the download.
* ### How do I pass-through a disk? * ### How do I pass-through a disk?