I just wanted to share the ‘how to’ in getting to know MySQL Cluster a bit more, via Docker, as mentioned in the docker store install guide:
https://store.docker.com/community/images/mysql/mysql-cluster.
all I’m doing here is replicating what’s mentioned there. Hopefully someone might find it interesting, if considering wanting to get a MySQL Cluster up and running to see how it works.
For more info on MySQL in Docker, I’d highly recommend looking at this blog:
http://datacharmer.blogspot.com/2015/10/mysql-docker-operations-part-1-getting.html
(Thanks to Giuseppe here!)
So, what’s needed? Here we go.
Get the cluster image from docker:
$ docker pull …[Read more]