Hi,
I wanted to use this image and created a compose file for it and noticed that mariadb failed to create with a manifest error.
Checked it out and the official image doesn't have armv7 support hence the error.
I'm not exactly new to this but not advanced enough either to know to which image of maridb I can switch to that would work.
Could somebody point me in the right direction? This would be my first docker compose but I've ran docker images before.
I'm not sure how environment variables would possibly change if using another mariadb image.
Hi, I wanted to use this image and created a compose file for it and noticed that mariadb failed to create with a manifest error. Checked it out and the official image doesn't have armv7 support hence the error. I'm not exactly new to this but not advanced enough either to know to which image of maridb I can switch to that would work.
Could somebody point me in the right direction? This would be my first docker compose but I've ran docker images before. I'm not sure how environment variables would possibly change if using another mariadb image.
Thank you