Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please create official rabbitmq windows docker image like linux #1353

Closed
AceHack opened this issue Sep 8, 2017 · 2 comments
Closed

Please create official rabbitmq windows docker image like linux #1353

AceHack opened this issue Sep 8, 2017 · 2 comments
Labels

Comments

@AceHack
Copy link

AceHack commented Sep 8, 2017

So I was able to get erlang and rabbitmq working on the latest preview of windows nanoserver insider edition. It's a bit kludgy but it's working!!!
I guess microsoft added whatever was missing in the latest edition to make things work.
Hope this image can help someone else.
You can type "build-image.cmd" to create the docker image
"run-containers.cmd" will startup two instance of rabbit one with host name "rabbitmq" and one with host name "joinmq"
One interesting thing here is the .erlang.cookie file. I had to do some playing to get the two rabbits to have the same .erlang.cookie file but not embed it in the image so it could be replaced at runtime.
"log-containers.cmd" will show you once the rabbit images have started fully (Would be real nice to have the RABBITMQ_LOGS=- logs here working on windows).
"join-cluster.cmd" will join the two instances into a cluster.

It would be great to see an officially supported windows docker container from rabbit

rabbitmq-nanoserver-insider.zip

@michaelklishin
Copy link
Member

RabbitMQ Docker image is maintained by Docker, Inc. We only provide examples for rabbitmq-autocluster and related 3.7.0 plugins.

@michaelklishin
Copy link
Member

michaelklishin commented Sep 8, 2017

Here's the repository and there's already an issue about Windows support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants