Skip to content

wowvendor/mariadb-galera-arbitrator-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mariadb-galera-artibtrator-docker

build

Variables

Variable name Description Example
MARIADB_GALERA_CLUSTER_NAME Group name of MariaDB cluster wowvendor_galera
MARIADB_ROOT_PASSWORD MariaDB root password notsosecret
MARIADB_ADDRESSES Server addresses separated by commas db1,db2

Run

docker run --name arbitrator \
  -e MARIADB_GALERA_CLUSTER_NAME=wowvendor_galera \
  -e MARIADB_ROOT_PASSWORD=notsosecret \
  -e MARIADB_ADDRESSES=db1,db2 \
  ghcr.io/wowvendor/mariadb-galera-arbitrator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •