ConnectionLost
Opened this issue · 5 comments
P-Hayk commented
reugn commented
@P-Hayk, verify you've set the Aerospike cluster host list right when running the container. For instance, if you run the Aerospike cluster locally and use a Mac, add the following variable to your docker run command.
docker run ... -e AS_HOSTLIST=docker.for.mac.host.internal:3000 ...
P-Hayk commented
QuangHaiDo commented
I 've got same problem, i install aerospike in another machine, my local app is still working with aerospike instances, after install this tool i got this error. My docker is installed locally, command:
docker run -d -e AS_HOSTLIST=external.host1:3000,external.host2:3000 -p 3000:3000 -p 8081:8081 --name data-browser reugn/aerospike-data-browser
fitszhang commented
I got same problem... How do you guys sovle this? I m stuck in this for several days
KimSoungRyoul commented
has anyone solved this issue?