DEV Community

Discussion on: Understand Master-Slave Relationships using the Election Algorithm

Collapse
 
ope__o profile image
Onikute.

Nice post!

I love how practical you went. You should write more posts like these 💪🏽

P.S. $ docker run -it -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.6-management-alpine

Should this use the interactive flag, since it will be running in detached mode?

Collapse
 
obbap profile image
paschal

Thanks 😊. It shouldn't actually, but I can attach it at any time and run in foreground mode.