1.拉取 mysql 镜像包
docker pull mysql:5.7.30
2.启动 mysql 服务
docker run -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -d docker.io/mysql:5.7.30