Docker Official Image packaging for RabbitMQ
Go to file
Alexey Lebedeff 3b38b0b2bc Use erlang without X11 dependencies
X11-dependent parts of erlang are in no way needed for rabbitmq, and
getting rid of them reduces installed size of erlang/rabbit from 173 MB
to just 46 MB.
2016-03-31 18:45:17 +03: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 Use erlang without X11 dependencies 2016-03-31 18:45:17 +03:00
LICENSE 2015 2015-02-23 13:51:09 -07:00
README.md Update README.md stub 2015-11-16 13:47:05 -08:00
docker-entrypoint.sh Fix minor comment typo 2016-01-18 12:31:33 -08:00
generate-stackbrew-library.sh Differentiate rabbitmq version and package version 2016-01-08 17:20:13 +01: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, specificially 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