Skip to content

Commit 1cc2e44

Browse files
authored
Merge pull request #4967 from robmry/windows-no-dns-proxy
Feature option 'windows-dns-proxy'
2 parents b982833 + 762a85a commit 1cc2e44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/dockerd.md

+9
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,15 @@ The list of feature options include:
12361236
snapshotters instead of the classic storage drivers for storing image and
12371237
container data. For more information, see
12381238
[containerd storage](https://docs.docker.com/storage/containerd/).
1239+
- `windows-dns-proxy`: when set to `true`, the daemon's internal DNS resolver
1240+
will forward requests to external servers. Without this, most applications
1241+
running in the container will still be able to use secondary DNS servers
1242+
configured in the container itself, but `nslookup` won't be able to resolve
1243+
external names. The current default is `false`, it will change to `true` in
1244+
a future release. This option is only allowed on Windows.
1245+
1246+
> **Warning**
1247+
> The `windows-dns-proxy` feature flag will be removed in a future release.
12391248
12401249
#### Configuration reload behavior
12411250

0 commit comments

Comments
 (0)