Docker - Cannot build multi-platform images with docker buildx
I'm trying to build a multi-platform (amd64, arm64 and armv7) image using docker buildx. Since I'm using an amd64 machine running Ubuntu 18.04, I followed the instructions on the Docker website and installed qemu via: sudo apt install qemu-user However, a weird error appears when I execute the previous command. More specifically, there seems to be an issue w