How install python with mysqlserver or mariaDb in on raspberry pi 3 b stretch armhf in docker using Dockerfile or docker-compose.yml

How install python with mysqlserver or mariaDb in on raspberry pi 3 b stretch armhf in docker using Dockerfile or docker-compose
docker pull mysql (not working)
docker pull mariadb (not working)
Any idea???

Hi, you need to find the right repo/container.

Try:
docker pull mysql/mysql-server:latest-aarch64

1 Like