项目作者: rihenperry

项目描述 :
RabbitMQ docker image for whirlpool project with configuration script and management dashboard
高级语言:
项目地址: git://github.com/rihenperry/whirlpool-rmq.git
创建时间: 2019-06-12T02:14:54Z
项目社区:https://github.com/rihenperry/whirlpool-rmq

开源协议:

下载


About whirlpool-rmq

This is rabbitMQ docker image for Whirlpool project derived from official rabbitmq image on docker hub.
It contains all the initial configuration required by dependent subsystems of whirlpool by passing
a custom rabbitmq.conf configuration to the container.

Create 2 vhost, 3 users which includes 1 administrator and other 2 policymakers, followed by creating
requisite exchanges, bindings, queues in appropriate vhost.

Quickly run the image of the shelf as it is packaged

docker run --hostname whirlpool-rmq -p 5672:5672 -p 8080:15672 -td rihbyne/whirlpool-rmq

Building the image is doing using the following command

docker build --no-cache -t whirlpool-rmq .

Once built, run the following command to start the container

docker run --hostname whirlpool-rmq --name whirlpool-rmq -p 5672:5672 -p 8080:15672 -td whirlpool-rmq:latest