Could not reach local agent 127.0.0.1 when running Memsql docker image

Hi,
Can someone take a look why I am getting this error when trying to run Memsql docker image?
Thank you.

docker run --name memsql -p 3306:3306 -p 9000:9000 memsql/quickstart
Starting MemSQL Ops...

[WARNING] To avoid memory errors increase vm.max_map_count: sysctl -w vm.max_map_count=1000000000

[WARNING] To avoid network timeouts, increase net.core.somaxconn: sysctl -w net.core.somaxconn=1024

MemSQL Ops is running with pid 42

The web UI is running on port 9000

Could not reach local agent at 127.0.0.1:9000

Hello Henry,
Welcome to MemSQL forums.

MemSQL Ops tool is a bit old and we have updated it with Toolbox. We in fact have a very good Guide on how to install MemSQL ‘cluster in a box’ in Docker.
Here is the link SingleStoreDB Cloud · SingleStore Documentation

Please follow the instructions above and install MemSQL. Let us know how it goes for you.

Thanks,

If watching is more your style than reading, you can watch a video about using MemSQL Cluster-in-a-Box container with Docker Desktop either using docker-compose.yaml or using Kubernetes yaml files. Each video has a corresponding blog post with embedded github gists you can copy/paste into place to get up-n-running fast.

Thanks for all the replies. Will try out the ‘cluster in a box’ container soon.
We solved the issue now be downgrading to a lower version docker.