When trying to expose a port, I found that I had to run it like this:
docker run -p 5672:5672 --name myRabbitMQ rabbitmq
Share and learn in the Docker community.
When trying to expose a port, I found that I had to run it like this:
docker run -p 5672:5672 --name myRabbitMQ rabbitmq