ClickHouse Docker image now supports automatic creation of a default user and database upon container startup.
Why it matters
This feature simplifies the initial setup process when running ClickHouse in a Docker container by providing a ready-to-use default user and database, reducing the need for manual configuration and enabling quicker start of development or testing environments.How to use it
Start the ClickHouse Docker container as usual. The default user and database will be created automatically without additional configuration steps.