RabbiMQ and RabbitMQ-Management for the AffectUs project
406
RabbiMQ and RabbitMQ-Management for the AffectUs project It is based on the official RabbitMQ container (https://hub.docker.com/_/rabbitmq/)
Version History
0.1 - It is considerd to be the vanilla containers as it is found on the official repository of RabbitMQ
0.2 - Uploaded on April 21st 2018
0.3 - Uploaded on May 29th 2018
0.4 - Uploaded on June 27th 2018
0.5 - Uploaded on April 10th 2019
How to install The daemon has to be downloaded first and the management container afterwards. After installation the management container can be accessed through a web browser, using the link :15672 The daemon will listen to the management through the address :5672
docker run --name rabbitmq -d -p 5672:5672 --hostname affectus-rabbitmq --restart=on-failure affectus/rabbitmq:0.2
docker run --name rabbitmq-man -d -p 15672:15672 --hostname affectus-rabbitmq-man --restart=on-failure affectus/rabbitmq:management_0.2
Content type
Image
Digest
Size
95.9 MB
Last updated
over 7 years ago
docker pull affectus/rabbitmq:management_0.5