How to pass erlang.cookie in "docker run" after RABBITMQ_ERLANG_COOKIE got depricated
I want to start three RabbitMQ containers that will be joined together in a cluster. I want to keep it simple and not define complex Dockerfiles with specific volumes. This is what I am doing right now: docker network create…