Docker (and podman), macOS, localhost
12 May 2025 16:35
On macOS, both Docker and Podman run a Linux VM. This has some weird effects when running (or writing) your own container registry.
On macOS, both Docker and Podman run a Linux VM. This has some weird effects when running (or writing) your own container registry.
While building my erlang-cluster demonstration project for
multi-architecture, using podman, I noticed some weirdness about using FROM --platform=$TARGETPLATFORM.
When I was investigating how to build multi-architecture containers in Podman, I noticed some … oddities. So I wrote them down. I’ll also compare podman’s behaviour to docker’s behaviour.
I noticed some differences between podman on WSL2 and podman on macOS recently. I spent some time investigating.