Skip to content

Commit

Permalink
docs: Local copy instructions (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 21, 2024
1 parent 3c74541 commit 67bc795
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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 assign an individual IP address to the container?

Expand Down

0 comments on commit 67bc795

Please sign in to comment.