Source: paulund.co.uk

Docker ARM64 Images on M1 Macs
I recently upgraded to a new Macbook pro m1 and when running docker I was getting the following error: ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries Within the docker-compose.yml file I added the following: services: db: platform: linux/x86_64 image: mysql:5.7

If you're not using docker compose you can add the --platform linux/amd64 flag to the docker run command. docker pull --platform linux/x86_64 mysql

services: mysql: platform: linux/amd64
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners