colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
217 stars 102 forks source link

Allow additional initialisation scripts in /docker-entrypoint-initdb.d #17

Closed cpjolly closed 7 years ago

cpjolly commented 7 years ago

This adds the upstream changes from MySql and MariaDb which allow additional initialisation scripts of various types to be loaded from /docker-entrypoint-initdb.d.

This folder is already created in the base MariaDb image and it can be accessed via a docker volume in a docker-compose.yml file or docker service command.

colinmollenhour commented 7 years ago

Thanks! Fixes #16