|
@@ -111,30 +111,6 @@ kubectl apply -f kubernetes.yml
|
|
|
> [!TIP]
|
|
|
> To install ARM64 versions of Windows use [dockur/windows-arm](https://github.com/dockur/windows-arm/).
|
|
|
|
|
|
-### How do I select the Windows language?
|
|
|
-
|
|
|
- By default, the English version of Windows will be downloaded. But you can add the `LANGUAGE` environment variable to your compose file, in order to specify an alternative language:
|
|
|
-
|
|
|
- ```yaml
|
|
|
- environment:
|
|
|
- LANGUAGE: "French"
|
|
|
- ```
|
|
|
-
|
|
|
- You can choose between: ๐ฆ๐ช Arabic, ๐ง๐ฌ Bulgarian, ๐จ๐ณ Chinese, ๐ญ๐ท Croatian, ๐จ๐ฟ Czech, ๐ฉ๐ฐ Danish, ๐ณ๐ฑ Dutch, ๐ฌ๐ง English, ๐ช๐ช Estionian, ๐ซ๐ฎ Finnish, ๐ซ๐ท French, ๐ฉ๐ช German, ๐ฌ๐ท Greek, ๐ฎ๐ฑ Hebrew, ๐ญ๐บ Hungarian, ๐ฎ๐น Italian, ๐ฏ๐ต Japanese, ๐ฐ๐ท Korean, ๐ฑ๐ป Latvian, ๐ฑ๐น Lithuanian, ๐ณ๐ด Norwegian, ๐ต๐ฑ Polish, ๐ต๐น Portuguese, ๐ท๐ด Romanian, ๐ท๐บ Russian, ๐ท๐ธ Serbian, ๐ธ๐ฐ Slovak, ๐ธ๐ฎ Slovenian, ๐ช๐ธ Spanish, ๐ธ๐ช Swedish, ๐น๐ญ Thai, ๐น๐ท Turkish and ๐บ๐ฆ Ukrainian.
|
|
|
-
|
|
|
-### How do I select the keyboard layout?
|
|
|
-
|
|
|
- If you want to use a keyboard layout or locale that is not the default for your selected language, you can add the `KEYBOARD` and `REGION` variables with a culture code, like this:
|
|
|
-
|
|
|
- ```yaml
|
|
|
- environment:
|
|
|
- REGION: "en-US"
|
|
|
- KEYBOARD: "en-US"
|
|
|
- ```
|
|
|
-
|
|
|
-> [!NOTE]
|
|
|
-> Changing these values will have no effect after the installation has been performed already. Use the control panel inside Windows in that case.
|
|
|
-
|
|
|
### How do I change the storage location?
|
|
|
|
|
|
To change the storage location, include the following bind mount in your compose file:
|
|
@@ -236,6 +212,31 @@ kubectl apply -f kubernetes.yml
|
|
|
PASSWORD: "gates"
|
|
|
```
|
|
|
|
|
|
+### How do I select the Windows language?
|
|
|
+
|
|
|
+ By default, the English version of Windows will be downloaded. But you can add the `LANGUAGE` environment variable to your compose file, in order to specify an alternative language:
|
|
|
+
|
|
|
+ ```yaml
|
|
|
+ environment:
|
|
|
+ LANGUAGE: "French"
|
|
|
+ ```
|
|
|
+
|
|
|
+ You can choose between: ๐ฆ๐ช Arabic, ๐ง๐ฌ Bulgarian, ๐จ๐ณ Chinese, ๐ญ๐ท Croatian, ๐จ๐ฟ Czech, ๐ฉ๐ฐ Danish, ๐ณ๐ฑ Dutch, ๐ฌ๐ง English, ๐ช๐ช Estionian, ๐ซ๐ฎ Finnish, ๐ซ๐ท French, ๐ฉ๐ช German, ๐ฌ๐ท Greek, ๐ฎ๐ฑ Hebrew, ๐ญ๐บ Hungarian, ๐ฎ๐น Italian, ๐ฏ๐ต Japanese, ๐ฐ๐ท Korean, ๐ฑ๐ป Latvian, ๐ฑ๐น Lithuanian, ๐ณ๐ด Norwegian, ๐ต๐ฑ Polish, ๐ต๐น Portuguese, ๐ท๐ด Romanian, ๐ท๐บ Russian, ๐ท๐ธ Serbian, ๐ธ๐ฐ Slovak, ๐ธ๐ฎ Slovenian, ๐ช๐ธ Spanish, ๐ธ๐ช Swedish, ๐น๐ญ Thai, ๐น๐ท Turkish and ๐บ๐ฆ Ukrainian.
|
|
|
+
|
|
|
+### How do I select the keyboard layout?
|
|
|
+
|
|
|
+ If you want to use a keyboard layout or locale that is not the default for your selected language, you can add the `KEYBOARD` and `REGION` variables with a culture code, like this:
|
|
|
+
|
|
|
+ ```yaml
|
|
|
+ environment:
|
|
|
+ REGION: "en-US"
|
|
|
+ KEYBOARD: "en-US"
|
|
|
+ ```
|
|
|
+
|
|
|
+> [!NOTE]
|
|
|
+> Changing these values will have no effect after the installation has been performed already. Use the control panel inside Windows in that case.
|
|
|
+>
|
|
|
+
|
|
|
### How do I connect using RDP?
|
|
|
|
|
|
The web-viewer is mainly meant to be used during installation, as its picture quality is low, and it has no audio or clipboard for example.
|