如何在docker中使用mysql数据库

在docker中使用MySQL数据库的步骤如下:

1、首先,我们需要下载MySQL的docker镜像,可以使用以下命令:

docker pull mysql:latest