Docker container rabbitmq:3-management boot failed #629
Replies: 6 comments 1 reply
-
I have encountered this exact same issue. The only solution I have found thus far is to uninstall Docker for Windows and re-install it. My machine specs are: Edition Windows 11 Enterprise Unfortunately I cannot confirm causes this error. I have tried clearing all build caches and re-pulling the image - same error, I've tried manually installing Erlang on the image...this was a bad idea. All that I know is that I reinstalled docker two days ago to solve this same problem, which then re-occurred. |
Beta Was this translation helpful? Give feedback.
-
I converted the GitHub Issue to a Discussion because there is no evidence of a bug in the docker container for RabbitMQ at this time. @goiaciprian please provide your environment specs the same way that @SudoCerb did. @SudoCerb - are you using the Hyper-V or WSL backend? I just ran
I do not have access to Docker Desktop for Windows, because it requires a paid subscription - https://docs.docker.com/desktop/install/windows-install/ |
Beta Was this translation helpful? Give feedback.
-
Hi @lukebakken, I am using WSL2 for my backend. After a fresh install of Docker for Windows the image boots perfectly well. I will monitor my system for changes and report back if the issue reappears. Strange - it seems my version of docker is old: PS > docker --version
Docker version 20.10.24, build 297e128 This is my version of Docker Desktop: |
Beta Was this translation helpful? Give feedback.
-
There can be other reasons why the node fails to initialize its distribution (infrastructure used for CLI and node-to-node communication). |
Beta Was this translation helpful? Give feedback.
-
@michaelklishin indeed that is what I've found so far 😅 But surely |
Beta Was this translation helpful? Give feedback.
-
@lukebakken I will try to reinstall docker |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have encountered the below error when I was trying to start a rabbitmq container, nothing of what I have tried didn't worked so I've decided to post here.
Beta Was this translation helpful? Give feedback.
All reactions