vesoft-inc / nebula-studio

NebulaGraph Web GUI Tools
Apache License 2.0
195 stars 61 forks source link

wondows 环境 docker destop 安装后 访问数据库报错,ErrBadRequest::failed to find IP, error: lookup graphd on 127.0.0.11:53: no such host #798

Open xtntrna opened 1 month ago

xtntrna commented 1 month ago
  1. 数据库 使用 docker 安装已经启动

image

  1. 使用 nebula-console 可以正常登录, 数据库查询也正常

image

  1. 用程序 调用api 也正常。 127.0.0.1 9669 访问正常。 assert self.connection_pool.init([(sip, nport)]) self.client = self.connection_pool.get_session("root", "nebula")

  2. 按照文档说明 [Docker 部署 Studio]

image

image

最后访问数据库报错。

image

以下是nebula-graph-studio 容器内的输出

image

wey-gu commented 1 month ago

docker desktop 已经内置 studio 啦,不用再安装了哈

xtntrna commented 1 month ago

好的,谢谢,已经安装到wsl 了,感觉比docker 的还更方便一点。哈哈