From 08bc62bc4ffa0e8f79511726684b04d23c9142b5 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 16 Jan 2019 02:10:30 +0000 Subject: [PATCH] Run update.sh --- rabbitmq/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 807d5990f..52126c024 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -232,6 +232,10 @@ Alternatively, it is possible to use the `RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS` e Additional configuration keys would be specified as a list. For example, configuring both [`channel_max`](https://www.rabbitmq.com/configure.html#config-items) and [`auth_backends`](https://www.rabbitmq.com/ldap.html#overview) would look something like `-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="-rabbit channel_max 4007 auth_backends [rabbit_auth_backend_ldap,rabbit_auth_backend_internal]"`. Note that some variables such as for `auth_backends` require their value(s) to be enclosed in brackets, and for multiple values explicitly including the comma as a delimiter. +### Health/Liveness/Readiness Checking + +See [the "Official Images" FAQ](https://github.com/docker-library/faq#healthcheck) and [the discussion on docker-library/rabbitmq#174 (especially the large comment by Michael Klishin from RabbitMQ upstream)](https://github.com/docker-library/rabbitmq/pull/174#issuecomment-452002696) for a detailed explanation of why this image does not come with a default `HEALTHCHECK` defined, and for suggestions for implementing your own health/liveness/readiness checks. + ## Connecting to the daemon ```console