Brian Goff

April 16, 2021

Running non-native platform images with Docker, what could go wrong?

With many developers getting M1 Macs, developers are starting to do their work on arm64 based machines. This means `docker run ubuntu` on an M1 Mac actually pulls an arm64 image even though you didn't explicitly tell it to. That's because in the process of pulling the `ubuntu` image, Docker resolves the image name to a manifest list (a...
Read more