Skip to content

million12/docker-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ on CentOS-7 | Docker image

Circle CI

RabbitMQ built on CentOS-7, with an ability to execute arbitrary commands just after RabbitMQ has started.

Features

  • Default user guest removed
  • User admin:password added. Modify the password by setting RABBITMQ_PASS
  • Extra args passed to docker run or via USER_COMMANDS will be executed just after RabbitMQ has started.
    That gives you handy opportunity to pre-configure RabbitMQ to your needs, e.g. by calling rabbitmqctl add_vhost etc.

Usage

Basic usage

docker run -d million12/rabbitmq

Pass arbitrary command to execute after RabbitMQ start

docker run -d -p 15673:15672 --name rabbitmq million12/rabbitmq "
        rabbitmqctl add_user test test && \
        rabbitmqctl set_user_tags test administrator && \
        rabbitmqctl add_vhost test-vhost && \
        rabbitmqctl set_permissions -p test-vhost test '.*' '.*' '.*'
      "

See circle.yml for more examples.

Authors

Author: Marcin Ryzycki (marcin@m12.io)
Author: Przemyslaw Ozgo (linux@ozgo.info)


Sponsored by Typostrap.io - the new prototyping tool for building highly-interactive prototypes of your website or web app. Built on top of TYPO3 Neos CMS and Zurb Foundation framework.

About

RabbitMQ CentOS-7 Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages