mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Add hint about prefetching ISOs (#567)
This commit is contained in:
parent
6b0ef457bd
commit
a3543ea38d
1 changed files with 8 additions and 0 deletions
|
|
@ -179,6 +179,14 @@ kubectl apply -f kubernetes.yml
|
|||
|
||||
Replace the example path `/home/user/example.iso` with the filename of your desired ISO file, the value of `VERSION` will be ignored in this case.
|
||||
|
||||
If you want to download the ISO beforehand, you can use [Mido](https://github.com/ElliotKillick/Mido):
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh
|
||||
chmod a+x Mido.sh
|
||||
./Mido.sh --help
|
||||
```
|
||||
|
||||
* ### How do I run a script after installation?
|
||||
|
||||
To run your own script after installation, you can create a file called `install.bat` and place it in a folder together with any additional files it needs (software to be installed for example). Then bind that folder in your compose file like this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue