snippets/docker/Building ARM Docker Containers on x86
2024-10-03 01:47:38 +02:00

2 lines
131 B
Plaintext

sudo apt-get install -y qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes