If the dns options is specified in the daemon.json like:
{
"debug" : true,
"dns-opts" : [
"ndots:1"
],
"experimental" : true
}
If a service is launched on a network like:
docker service create --network net1 alpine top
the resolv.conf results in:
Looks like the daemon config is ignored and the ndots:0 is appended blindly
If the dns options is specified in the daemon.json like:
If a service is launched on a network like:
docker service create --network net1 alpine topthe resolv.conf results in:
Looks like the daemon config is ignored and the ndots:0 is appended blindly