docker mysql master-slave replication practice (pro-test feasible)
Modify configuration mode in container
1. Assume that the reader docker has been installed on CentOS 6.5 (or other operating systems)
Detected version:
docker -v
Docker version 1.7.1, build 786b29d/1.7.1
2. Pull out the mirror
docker pull hub.c.163.com/library/mysql:5.7 # Or elsewhere
docker images #See if there is a list of mirrors
3. ...
Posted by Sera on Fri, 24 May 2019 23:17:22 +0200