docker run --rm -ti --network nebula-net --entrypoint=/bin/sh vesoft/nebula-console:v2.0.0-rc1
/ # nebula-console -u user -p passwrod --address=graphd --port=9669
Could not get IPs: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout
2022/02/18 12:18:58 Fail to initialize the connection pool, host: graphd, port: 9669, Failed to find IP, error: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout
panic: Fail to initialize the connection pool, host: graphd, port: 9669, Failed to find IP, error: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout
docker run --rm -ti --network nebula-net --entrypoint=/bin/sh vesoft/nebula-console:v2.0.0-rc1
/ # nebula-console -u user -p passwrod --address=graphd --port=9669 Could not get IPs: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout 2022/02/18 12:18:58 Fail to initialize the connection pool, host: graphd, port: 9669, Failed to find IP, error: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout panic: Fail to initialize the connection pool, host: graphd, port: 9669, Failed to find IP, error: lookup graphd on 127.0.0.11:53: read udp 127.0.0.1:33576->127.0.0.11:53: i/o timeout
请问这个问题该如何解决