This is a development docker container, do not use in production.
- Build the Docker container
docker build -t dealog/rabbitmq:latest .
- Start the Docker container
docker run\
--name dealog-rabbit\
--hostname my-rabbit\
--rm\
-d\
-p 5672:5672\
-p 9090:15672\
dealog/rabbitmq:latest
The management view is started and exposed on port 9090
.
Open http://localhost:9090 in your web browser.
The initial username is as default guest
, the default password is guest
.
For more information and settings see Dockerhub RabbitMQ