WARNING: The requested image‘s platform (linux/amd64) does not match the detected host platform解决方法:

加上:--platform linux/amd64

docker run --platform linux/amd64 -p 3339:3306 --name mymysql1 -e MYSQL_ROOT_PASSWORD=123456 -d mysql

你可能感兴趣的:(linux,mysql,服务器)