Docker Official Image packaging for RabbitMQ
Go to file
Gabriele Santomaggio c00d3aeef0 update for RabbitMQ version 3.6.4 2016-07-29 10:55:25 +02:00
management No more use additional environment variable to check management plugin installation. 2015-11-23 11:08:48 -08:00
.travis.yml Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉) 2015-11-20 09:50:24 -08:00
Dockerfile update for RabbitMQ version 3.6.4 2016-07-29 10:55:25 +02:00
LICENSE 2015 2015-02-23 13:51:09 -07:00
README.md Fix embarassing README.md typo (https://github.com/docker-library/docs/pull/557) 2016-04-26 14:38:11 -07:00
docker-entrypoint.sh Fix management SSL issues (needs separate "verify" and "fail_if_no_peer_cert" defaults) 2016-07-07 16:29:56 -07:00
generate-stackbrew-library.sh Convert "generate-stackbrew-library.sh" to output the new 2822-based format 2016-06-08 15:48:21 -07:00
update.sh Differentiate rabbitmq version and package version 2016-01-08 17:20:13 +01:00

README.md

About this Repo

This is the Git repo of the Docker official image for rabbitmq, maintained by Docker, Inc. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/rabbitmq.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/rabbitmq" manifest file in the docker-library/official-images repo, especially PRs with the "library/rabbitmq" label on that repo. For more information about the official images process, see the docker-library/official-images readme.

Travis CI