no matching manifest for linux/arm64/v8 in the manifest list entries

When installing docker and pull MySQL in the MAC environment of M1 chip

no matching manifest for linux/arm64/v8 in the manifest list entries

Solution:

docker pull --platform linux/x86_64 mysql


 

Read More: