Running docker amd64 images on arm64 architecture (Apple M1) without rebuilding
I have recently got a new MacBook Pro with the M1 chip. I was trying to run some docker images, but I received some errors: $ docker pull mariadb:5.5 5.5: Pulling from library/mariadb no matching manifest for linux/arm64/v8 in the…