So now my etc/resolv.conf looks like :
xxx@Home-server:/$ cat etc/resolv.conf
nameserver 9.9.9.9
my etc/docker/daemon.json looks like :
xxx@Home-server:/$ cat etc/docker/daemon.json
{
"ipv6": false,
"dns": ["9.9.9.9", "149.112.112.112"]
}
But the empty IPs entries keep coming back in the tools > network table. I've flushed the table and the stats and reboot the server. And in like 5 minutes of running, i already have like 5 pages of empty entries.
Maybe it is a normal behaviour ? And i shouldn't care about that. But for me it doesn't make the table usable as i need to navigate through tens of pages to find a specific device.