Error when running mysql on raspberry / ARM: ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

Please read this tutorial to format your post properly:

This way you can help us to understand your question better.

@terpz fixed your first comment. :+1: so I let you to try to fix the other one. Thank you!

myssql:5.7 did not support ARM. MySQL 8 images has ARM support, but only the oracle variants, not the images with the “debian” suffix.

There is an other MySQL image which is maintained by the MySQL team: mysql/mysql-server

It has ARM support for MySQL 8 but not for MySQL 5.7.

MariaDB is similar to MySQL but not the same. They have a compatibility description: MariaDB versus MySQL - Compatibility - MariaDB Knowledge Base

I don’t know if switching ot MariaDB is better or worse than using MySQL, but that is decision which is not related to Docker.