In the next lecture, we'll spin up a MySQL container, but the official MySQL image only supports Intel/AMD processors.

MySQL has multiple variants, though, that we can use for other processors (spin-off projects that are MySQL compatible).

MariaDB is a great alternative and even supports MySQL-specific environment variables.

So, if you're using Apple Silicon (M1, etc.) or a Raspberry Pi, which are both arm64 based processors, just change mysql to mariadb and everything should work in this course!