Apple M1 Chip, No Matching Manifest For Linux/Arm64/V8 Docker MySql

Onexlab
Mar 2, 2021

--

If you are using Apple Silicon M1 chip then sometimes you have an issue with the apps, containers, etc. Because some images don’t support the new Apple M1 Chip

If you are getting this error `no matching manifest for Linux/arm64/v8 in the manifest list entries` on the Apple M1 Silicon chip using Docker Compose.

Just add this platform in the docker-compose.yml file as shown below

platform: linux/amd64

Complete Docker Compose MySql File

Now to run the above file using the following command in the terminal

docker-compose up

Then you will see no error your MySQL is ready to accept the connections :)

Thank you 🚀🚀🚀🚀🚀

--

--