-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
74 lines (55 loc) · 2.1 KB
/
.env.example
File metadata and controls
74 lines (55 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Windows Docker Container Environment Configuration
# Copy this file to .env and customize as needed
# ==================== Windows Configuration ====================
# Windows version to install
# Options: 11, 11l, 11e, 10, 10l, 10e, 8e, 7u, vu, xp, 2k, 2025, 2022, 2019, 2016, 2012, 2008, 2003
VERSION=11
# Windows language
# Options: Arabic, Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, English,
# Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Italian,
# Japanese, Korean, Latvian, Lithuanian, Norwegian, Polish, Portuguese,
# Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai,
# Turkish, Ukrainian
LANGUAGE=English
# Region and keyboard layout (e.g., en-US, de-DE, fr-FR)
REGION=en-US
KEYBOARD=en-US
# ==================== User Credentials ====================
# Default username for Windows installation
USERNAME=Docker
# Default password for Windows user
PASSWORD=admin
# ==================== Hardware Configuration ====================
# RAM size (e.g., 4G, 8G, 16G)
RAM_SIZE=4G
# Number of CPU cores to allocate
CPU_CORES=2
# Primary disk size (e.g., 64G, 128G, 256G)
DISK_SIZE=64G
# Additional disk configurations (optional)
# DISK2_SIZE=32G
# DISK3_SIZE=64G
# ==================== Network Configuration ====================
# Enable DHCP mode (Y/N) - Windows will get IP from router
DHCP=N
# Arguments for QEMU (for advanced USB passthrough, etc.)
# ARGUMENTS=-device usb-host,vendorid=0x1234,productid=0x1234
# ==================== Port Mappings ====================
# Web viewer port
WEB_PORT=8006
# RDP port (TCP)
RDP_PORT_TCP=3389
# RDP port (UDP)
RDP_PORT_UDP=3389
# ==================== Volume Mappings ====================
# Storage location for Windows virtual machine
STORAGE_PATH=./windows
# Shared folder location (appears as "Shared" folder in Windows)
# SHARED_PATH=./shared
# OEM folder for custom installation scripts (install.bat)
# OEM_PATH=./oem
# ==================== Installation Options ====================
# Manual installation mode (Y/N)
MANUAL=N
# Custom ISO URL or path
# VERSION=https://example.com/windows.iso