Ahoi,
There had been already a couple of blogposts about Docker and Galera in the MySQL community. I've got to confess I love both. But on the other hand I don't think this is a good combination at all. Having a look at the blogpost doing galera with docker Im still not confessed. Im going to tell some points why I think so.
I assume Galera is already well know in the MySQL community :)
Docker is not just another technique to
virtualize
Docker is more than just being another way to virtualize. And this may be one of the biggest points I miss with the other blogposts.
What is the purpose of Docker?
With Docker you build applicationcontainers. So you have a container just running one application. The overhead of containers compared to hypervisor technologies like KVM, VMWare etc. is much slower. But instead running a full OS in a container, you just run on …
[Read more]