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

sst-method can be specified as environment variable #31

Closed jjfraney closed 6 years ago

jjfraney commented 6 years ago

Given: no galera sst method suits all use cases.

Hence, allow the sst method to be configurable by environment variable.

colinmollenhour commented 6 years ago

Thanks, John!