Skip to content

Commit

Permalink
Merge pull request #4967 from robmry/windows-no-dns-proxy
Browse files Browse the repository at this point in the history
Feature option 'windows-dns-proxy'
  • Loading branch information
vvoland authored Apr 19, 2024
2 parents b982833 + 762a85a commit 1cc2e44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,15 @@ The list of feature options include:
snapshotters instead of the classic storage drivers for storing image and
container data. For more information, see
[containerd storage](https://docs.docker.com/storage/containerd/).
- `windows-dns-proxy`: when set to `true`, the daemon's internal DNS resolver
will forward requests to external servers. Without this, most applications
running in the container will still be able to use secondary DNS servers
configured in the container itself, but `nslookup` won't be able to resolve
external names. The current default is `false`, it will change to `true` in
a future release. This option is only allowed on Windows.

> **Warning**
> The `windows-dns-proxy` feature flag will be removed in a future release.
#### Configuration reload behavior

Expand Down

0 comments on commit 1cc2e44

Please sign in to comment.