rakhesh.com
[TIL] Docker –dns may not behave like you expect
I always thought the –dns option in docker run or docker start etc. always set the DNS servers to what you specify there. It does, but there is a caveat. If you are using a custom network (e.…