Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 598 Bytes

Galera Arbitrator (Percona)

Galera Arbitrator for Percona XtraDB Cluster 5.7, running in a Docker container; based on CentOS 7 base image; runs as non-root user.

Available on Docker Hub: easypath/garb

Building

Push to Docker Hub using Ansible:

ansible-playbook build.yaml -i localhost,

Running container:

docker run -d -p 4567:4567 easypath/garb:1.0

Access console:

docker run -it easypath/garb:1.0 bash