声明:
本文用于本人技术学习和备忘。水平有限,如有错漏欢迎指正!
原创不易,如有转载请标注出处:https://blog.csdn.net/luyou0401/article/details/126582675
04-Docker安装MySQL(Mac)
DockerHub地址
https://hub.docker.com/_/mysql
镜像
拉取镜像
# 默认版本 latest
docker pull mysql
# 如需指定版本,如下
docker pull mysql:5.7
操作如下:
# 拉取镜像
luyou@MacBook-Pro-yaco ~ % docker pull mysql
Using default tag: latest
latest: Pulling from library/mysql
72a69066d2fe: Pull complete
93619dbc5b36: Pull complete
99da31dd6142: Pull complete
626033c43d70: Pull com