Some interesting understandings after playing with docker container DNS setting.
Let start with a simple docker container: docker run --rm --name container1 -it
busybox /bin/sh .
In this container1 terminal, run cat /etc/resolv.conf.
/ # cat /etc/resolv.conf
# This file is managed by man:systemd-resolved(8). Do not edit.