MySQL MariaDB with Galera support
814
MySQL MariaDB with Galera support
docker run \
-- name=node1 \
--env GALERA_PRIMARY=true \
-p 3306:3306 \
-p 4444:4444 \
-p 4567:4567 \
-p 4568:4568 \
andreaskasper/mariadb-galera
docker run \
-- name=node2 \
-p 3306:3306 \
-p 4444:4444 \
-p 4567:4567 \
-p 4568:4568 \
andreaskasper/mariadb-galera
| Parameter | Description |
|---|---|
| GALERA_PRIMARY | start the first node for the cluster |
| Folder | Description |
|---|
Content type
Image
Digest
Size
108.6 MB
Last updated
over 6 years ago
docker pull andreaskasper/mariadb-galera