You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use a keyboard layout or locale that is not the default for your selected language, you can add `KEYBOARD` and `REGION` variables like this (before installation):
200
+
If you want to use a keyboard layout or locale that is not the default for your selected language, you can add `KEYBOARD` and `REGION` variables like this:
201
201
202
202
```yaml
203
203
environment:
204
204
REGION: "en-US"
205
205
KEYBOARD: "en-US"
206
206
```
207
207
208
-
### How do I select the edition?
209
-
210
-
Windows Server offers a minimalistic Core edition without a GUI. To select those non-standard editions, you can add a `EDITION` variable like this (before installation):
211
-
212
-
```yaml
213
-
environment:
214
-
EDITION: "core"
215
-
```
216
-
217
208
### How do I install a custom image?
218
209
219
210
In order to download an unsupported ISO image, specify its URL in the `VERSION` environment variable:
0 commit comments