Skip to content

Commit

Permalink
docs: Readme (dockur#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 22, 2024
1 parent 144f24c commit 853d48e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

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
environment:
Expand Down Expand Up @@ -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"
```

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?

Expand Down

0 comments on commit 853d48e

Please sign in to comment.