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

docs: Environment variables (#1870)

This commit is contained in:
Kroese
2026-07-16 23:31:44 +02:00
committed by GitHub
parent 9e09567c73
commit bbe972d3e5
+1 -1
View File
@@ -52,7 +52,7 @@ An empty default means the variable is unset and its value is determined automat
| Variable | Default | Description |
|---|---|---|
| `NETWORK` | | Network mode, such as `nat`, `passt`, `slirp`, or `N` to disable networking. |
| `NETWORK` | | Network mode, such as `nat`, `user`, or `N` to disable networking. |
| `DHCP` | `N` | Enables macvtap networking so Windows receives an address from the external LAN through DHCP. |
| `HOST` | `Windows` | Hostname assigned to Windows. |
| `IP` | | Overrides the automatically selected guest IPv4 address. |