You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #424 (and follow-ups), we've been heading in the opposite direction, opting instead to keep the entrypoint script as simple and lightweight as possible.
In most of the database images which support some form of docker-entrypoint-initdb.d, there are a number of "pre-initialization" type tasks that need to be performed on a running instance of the database before starting it up for "real" use, which is why the functionality is implemented.
If there's specific initialization you need to perform on RabbitMQ before it's "ready for use", I'm sure the folks who maintain RabbitMQ would be very interested in hearing about your use case and determining whether it's something they'd want to add explicit support in RabbitMQ itself for.
Pls, create docker-entrypoint.d for multiple script executions during newly container initialization
The text was updated successfully, but these errors were encountered: