File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1236,6 +1236,15 @@ The list of feature options include:
1236
1236
snapshotters instead of the classic storage drivers for storing image and
1237
1237
container data. For more information, see
1238
1238
[ 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.
1239
1248
1240
1249
#### Configuration reload behavior
1241
1250
You can’t perform that action at this time.
0 commit comments