Memsql docker image: Could not reach local agent at 127.0.0.1:9000? Memsql docker image: Could not reach local agent at 127.0.0.1:9000? docker docker

Memsql docker image: Could not reach local agent at 127.0.0.1:9000?


I've had the same issue, I'm on Mac.The solution is to downgrade your Docker to 2.1.0.5.Link for the version (mac): https://download.docker.com/mac/stable/40693/Docker.dmg


I've had the same issue with the memsql/quickstart image.
I migrated to the new official version memsql/cluster-in-a-box.

docker run -i --init \    --name memsql-ciab \    -e LICENSE_KEY=$LICENSE_KEY \    -e ROOT_PASSWORD=$ROOT_PASSWORD \    -p 3306:3306 -p 8080:8080 \    memsql/cluster-in-a-box

Actually, for this one you need a free license (it's not a big deal).
At the end of the day, the problem has been solved with this new version. (it's worth the effort)

Please take a look at this article for a comprehensive guide.