How to run arm based image

How to run arm based docker image on non-arm archi

In order to run images build for a different architecture, you need to install the qemu and qemu-user-static packages for your distribution.

Docker Desktop supports it out of the box.
Example: docker run --rm --platform linux/arm64/v8 -t arm64v8/ubuntu uname -m