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

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners