I have nebula graph instances as docker-machine and those worked as well.
I want to connect via nebula graph studio Version:v3.5.0 to my instance
there are 2 ways:
1- using graphd:[port] like this graphd:9669
2- using ip:port like this: 172.xx.xx.11:9669
but today i have error:
my error message is:
ErrBadRequest::dial tcp 172.xx.xx.11:9669: connect: no route to host
if you use IntelliJ please follow these steps:
Go to the Services tab in IntelliJ.
Select Docker.
Find the api_default network (or the default network for your container).
add your machine to that network then click ok
then click connect
finally try use: graphd:9669 to connect to your nebula