docker的mysql镜像没有arm版本,解决方式:1.docker pull --platform linux/x86_64 mysql
2.docker pull mysql/mysql-server