doutian3010 2016-12-12 22:43
浏览 503

docker容器中的golang net.LookupHost返回127.0.53.53

I am writing a small app that should run in a docker container, and should interact with other docker container via its hostname.

I am trying to get the IP Address of the server using net.LookupHost, but I am always getting 127.0.53.53

The weird thing is that I can get the right IP Address using dns tools like dig from the same container. It only does not work from the go program.

Below is the section from my code where I get the IP Address.

zk_server_ips, err := net.LookupHost("zookeeper")
addrs, err := net.LookupIP("testserver")
if err != nil {
    fmt.Fprintf(w, "Failed to lookup ip address for testserver")
    return
}
for _, addr := range addrs {
if ipv4 := addr.To4(); ipv4 != nil {
    fmt.Fprintf(w, "IPv4: %s", ipv4)
}

I have read a lot that 127.0.53.53 is the way ICANN is telling me that there is something wrong with dsn setup, but I do not know why is it working with dig and drill and not from the go code. !

Also what is the right way to setup the docker containers to resolve hostnames?

The containers are running on Alpine linux image.

Below is my resolv.conf in the container:

search fritz.box
nameserver 127.0.0.11
options ndots:0
  • 写回答

2条回答 默认 最新

  • dss67853 2016-12-12 23:32
    关注

    .box is a real TLD. Don't use it for internal systems.

    If you need to give hostnames to local systems, use the .local TLD, which is reserved for this purpose.

    评论

报告相同问题?

悬赏问题

  • ¥15 MapReduce结果输出到HBase,一直连接不上MySQL
  • ¥15 扩散模型sd.webui使用时报错“Nonetype”
  • ¥15 stm32流水灯+呼吸灯+外部中断按键
  • ¥15 将二维数组,按照假设的规定,如0/1/0 == "4",把对应列位置写成一个字符并打印输出该字符
  • ¥15 NX MCD仿真与博途通讯不了啥情况
  • ¥15 win11家庭中文版安装docker遇到Hyper-V启用失败解决办法整理
  • ¥15 gradio的web端页面格式不对的问题
  • ¥15 求大家看看Nonce如何配置
  • ¥15 Matlab怎么求解含参的二重积分?
  • ¥15 苹果手机突然连不上wifi了?