docs: Product key (#279)
This commit is contained in:
parent
b37137ab29
commit
157ca3e80c
1 changed files with 2 additions and 2 deletions
|
@ -207,11 +207,11 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
|
||||||
|
|
||||||
### How do I set the product key?
|
### How do I set the product key?
|
||||||
|
|
||||||
By default, an evaluation version of Windows will be installed, but if you have product key you can add a `KEY` variable like this (before installation):
|
By default, an evaluation version of Windows will be installed, but if you have a product key you can add a `KEY` variable like this (before installation):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
environment:
|
environment:
|
||||||
KEY: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
|
KEY: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
|
||||||
```
|
```
|
||||||
|
|
||||||
### How do I install a custom image?
|
### How do I install a custom image?
|
||||||
|
|
Loading…
Reference in a new issue