Recordof centos mysql installation of the mirror docker

# Mirrored pull 
Docker pull MySQL: 5.7 
# Start 
Docker RUN --name MySQL -p 3306 : 3306 -e -d MySQL password = MYSQL_ROOT_PASSWORD: 5.7
View Code

Guess you like

Origin www.cnblogs.com/seekknowledge/p/12108284.html