Aerospike web dashboard docker image

Hi All

I’m a bit new to Aerospike. I’ve got the docker image of Aerospike and have created and started a container using it. I’m able to do aql into it and want to access the Aerospike dashboard from a browser. What web address do I need to use please?

Thanks in advance!

Nevermind, I found out that the base image does not come with the console and I have to get another image using the command -

docker run -tid -p 8081:8081 --name aerospike-console aerospike/amc

1 Like