Docker version MySQL5.7 container management

This content is divided into test version and practical application version

The test version is used for self-study, used to practice MySQL. The actual application version is used when it is used in the company.

1. Beta

Create MySQL container

Download MySQL image

[root@k8s-master ~]# docker search mysql --limit 3
NAME      DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
mysql     MySQL is a widely used, open-source relation…   12286     [OK]       
mariadb   MariaDB Server is a high performing open sou…   4726      [OK]       
percona   Percona Server is a fork of the MySQL relati…   5

Guess you like

Origin blog.csdn.net/xinshuzhan/article/details/123678684