MySQL Image based on official Image and support replication with easy:-)
520
This image is based on Offcial MySQL Docker Image with replication supported out of box. Some script copy/modify from Project mysql-replica
docker run \
-p 3306 \
--env MYSQL_ROOT_PASSWORD=root_pass \
--detach \
coder4/mysql-replication:8.0 --server-id=1
docker run \
-p 3306 \
--env MYSQL_ROOT_PASSWORD=root_pass \
--env MYSQL_MASTER_SERVER=master \
--detach \
coder4/mysql-replication:8.0 \
--server-id=2 --read-only=1
Content type
Image
Digest
Size
121.2 MB
Last updated
over 8 years ago
docker pull coder4/mysql-replication