simble1986

Results 2 comments of simble1986

I have same problem. --- #### Steps: * create a container with `--dns` ```bash # docker run -d -t --name t1 --dns="223.5.5.5" busybox 538b414aa29738752e8f8b6e5e9c2ce40347d9195a4f1389ea5d7d1dbbf5d9c0 ``` * get the resolv.conf ```bash...

Thanks for your info @thaJeztah > The embedded DNS forwards other DNS requests to the configured external DNS servers. Is the external DNS servers are `/etc/resolv.conf` or 'dns' for `/etc/docker/daemon.json`?