mirror of
https://github.com/dockur/windows.git
synced 2026-07-27 21:42:36 +07:00
docs: Join an Active Directory domain (#1886)
This commit is contained in:
@@ -216,6 +216,21 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
|
||||
PASSWORD: "gates"
|
||||
```
|
||||
|
||||
When `DOMAIN` is set, these variables are used as domain credentials instead.
|
||||
|
||||
### How do I join an Active Directory domain?
|
||||
|
||||
Windows can automatically join an Active Directory domain during installation. Specify the domain name in your compose file:
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
DOMAIN: "example.com"
|
||||
```
|
||||
|
||||
Use the domain name, such as `example.com`, rather than a URL. The supplied account is added to the local Administrators group and automatically signed in after installation.
|
||||
|
||||
Windows must be able to resolve and reach the domain controller through the domain's DNS server.
|
||||
|
||||
### How do I select the Windows language?
|
||||
|
||||
By default, the English version of Windows will be downloaded.
|
||||
|
||||
Reference in New Issue
Block a user