在上一篇在Docker中体验数据库之Mongodb之后,这次记录一下在docker中安装mysql.过程要比Mongodb麻烦一点…… 参考网址: https://dev.mysql.com/doc/refman/5.7/en/linux-installation-docker.html https://hub.docker.com/r/mysql/mysql-server/ 安装过程如下: .docker rm mysql1 -f // 强制删除容器 .docker pull mysql/my…