mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update readme.md
This commit is contained in:
parent
13c11ee64a
commit
7beac0d11e
1 changed files with 3 additions and 3 deletions
|
|
@ -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, empty the `/storage` folder to delete your previous installation and add the following environment variable:
|
If you prefer to perform the installation manually, start a clean container with the following environment variable:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -145,14 +145,14 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
|
||||||
|
|
||||||
* ### How do I install a custom image?
|
* ### How do I install a custom image?
|
||||||
|
|
||||||
In order to download a custom ISO image, empty the `/storage` folder to delete your previous installation and specify its URL in the `VERSION` environment variable:
|
In order to download a custom ISO image, start a clean container with the URL specified in the `VERSION` environment variable:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
environment:
|
environment:
|
||||||
VERSION: "https://example.com/win.iso"
|
VERSION: "https://example.com/win.iso"
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can also place a file called `custom.iso` in the empty `/storage` folder to skip the download.
|
Alternatively, you can also place a file called `custom.iso` in an empty `/storage` folder to skip the download.
|
||||||
|
|
||||||
* ### How do I pass-through a disk?
|
* ### How do I pass-through a disk?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue