How to Deploy Docker Images Built on M1 Macs With Apple Silicon
I just bought my new M1 Apple Silicon Mac Mini, and after about a week of using it I ran into an issue related to different architectures and deployment of Docker containers. I can build and run images on my M1 Mac fine, but when I try and push the image built on the Apple…