1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

feat: Support joining an Active Directory domain (#1885)

This commit is contained in:
Kroese
2026-07-18 23:57:33 +02:00
committed by GitHub
parent 5642d3e045
commit c9e09156a5
3 changed files with 287 additions and 26 deletions
+1
View File
@@ -15,6 +15,7 @@ An empty default means the variable is unset and its value is determined automat
| `KEYBOARD` | | Keyboard layout. Uses `LANGUAGE` when unset. |
| `USERNAME` | `Docker` | Name of the Windows user account. |
| `PASSWORD` | `admin` | Password for the Windows account. |
| `DOMAIN` | | Active Directory domain to join during installation. |
| `KEY` | | Windows product key used to install and activate Windows. |
| `MANUAL` | `N` | Enables manual installation instead of unattended installation. |