Fresh Docker image fails due to feature flags on macOS #707
Unanswered
lucasgelfond
asked this question in
Q&A
Replies: 2 comments 8 replies
-
The default image still doesn't work for me so I'll leave this open, but a few things that I did, at least one of which led to the fix:
The way I ended up doing this was:
Run:
Hit a quick |
Beta Was this translation helpful? Give feedback.
7 replies
-
Hi @lucasgelfond - what does this statement mean?
Did you have RabbitMQ installed by some other means before trying to use docker? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting up on the tutorial, have no issue installing rabbitMQ via Homebrew but when I try to run with Docker I get this error about feature flags.
I uninstalled and reinstalled Docker Desktop, currently running 4.31.0 (153195). When I run
docker --version
I getDocker version 26.1.4, build 5650f9b
.Also uninstalled and reinstalled my version of RabbitMQ locally. I'm up to date,
rabbitmqctl --version
yields3.13.3
. During local setup, when starting one of the containers, I also ran/opt/homebrew/sbin/rabbitmqctl enable_feature_flag all
as per the instal instructions to enable all feature flags. I'm a RabbitMQ newbie but seems like feature flags are used to make breaking changes in ways that allow for older versions to be updated—not sure what's going on (I believe this is a totally fresh install! as is the Docker image!) so figure something might be broken.The command I'm running specifically is directly from the tutorial — I should be fine just running locally, but wanted to flag because others likely will have:
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-management
Beta Was this translation helpful? Give feedback.
All reactions