Skip to content

Commit 70dce80

Browse files
authored
docs: Readme (#1484)
1 parent 5e2ca4c commit 70dce80

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

readme.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
160160

161161
### How do I change the amount of CPU or RAM?
162162

163-
By default, the container will be allowed to use a maximum of 2 CPU cores and 4 GB of RAM.
163+
By default, Windows will be allowed to use 2 CPU cores and 4 GB of RAM.
164164

165165
If you want to adjust this, you can specify the desired amount using the following environment variables:
166166

@@ -172,9 +172,9 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
172172

173173
### How do I configure the username and password?
174174

175-
By default, a user called `Docker` is created during installation and its password is `admin`.
175+
By default, a user called `Docker` is created and its password is `admin`.
176176

177-
If you want to use different credentials, you can configure them in your compose file (only before installation):
177+
If you want to use different credentials during installation, you can configure them in your compose file:
178178

179179
```yaml
180180
environment:
@@ -186,7 +186,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
186186

187187
By default, the English version of Windows will be downloaded.
188188

189-
But before installation you can add the `LANGUAGE` environment variable to your compose file, in order to specify an alternative language:
189+
But you can add the `LANGUAGE` environment variable to your compose file, in order to specify an alternative language to be downloaded:
190190

191191
```yaml
192192
environment:
@@ -197,23 +197,14 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
197197

198198
### How do I select the keyboard layout?
199199

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 (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:
201201

202202
```yaml
203203
environment:
204204
REGION: "en-US"
205205
KEYBOARD: "en-US"
206206
```
207207

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-
217208
### How do I install a custom image?
218209

219210
In order to download an unsupported ISO image, specify its URL in the `VERSION` environment variable:

0 commit comments

Comments
 (0)