How To: Scale RabbitMQ on a CoreOS Cluster Through Docker

Dynamic scaling is a fundamental requirement for modern distributed system architectures. Using CoreOS and Docker, it’s possible to rapidly scale machines and containers, respectively. RabbitMQ fits perfectly well with containers. In this post, we will sh… Read more

Similar

Perl as PID 1 under Docker

Increasingly we run our Perl programs inside docker containers, because there are advantages in terms of isolation and deployment. Containers provide applications with an idealized view of the OS - they see their own filesystem, their own networking stack... (more…)

Read more »

10 Myths About Docker That Stop Developers Cold

A curious thing happened in a recent conversation. I was discussing the growth of Docker and I kept hearing bits of information that didn’t quite seem right in my mind. “Docker is just inherently more enterprise” “it’s only tentatively working on OSx, bar... (more…)

Read more »