This repository is base on Docker Mysql official image and tutum-docker-mysql.
Beside building a Mysql Docker Image, You are also able to create Mysql Master-Slave Replication
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d thanhson1085/docker-mysql-replication:5.7
- Clone this source code
- Enter command
docker-compose up