Replies: 2 comments 8 replies
-
What is the complete command(s) you are running to execute |
Beta Was this translation helpful? Give feedback.
8 replies
-
Note that I can't reproduce what you report. Here is a repository with what I tried: https://github.com/lukebakken/docker-library_rabbitmq-599 Note that the README includes instructions for starting the project and running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I use docker-compose to setup rabbitmq service:
When i run a container and /bin/bash into it, every use of rabbitmqctl returns an error:
"Unable to perform an operation on node master@rabbitmq1" even "rabbitmqctl status".
Why rabbitmqctl couldn't connect to local node in management image? Is there another CLI way to tune rabbitmq into container?
Beta Was this translation helpful? Give feedback.
All reactions