Y
Hacker News
new
|
ask
|
show
|
jobs
by
zapita
2000 days ago
Doesn’t Docker already support cross-arch emulation?
1 comments
jackcodes
2000 days ago
Cross-arch images are supported, but you can only virtualise the arch you’re on. No running x86 on ARM for example.
Edit; see replies, I got this wrong
link
tempay
2000 days ago
This isn’t true, there is a --platform flag which can be used to emulate another arch:
https://docs.docker.com/docker-for-mac/apple-m1/
link
bboreham
2000 days ago
It’s fairly straightforward to configure QEMU to do the emulation. And the Docker preview released a few days ago does that without even asking.
link
Edit; see replies, I got this wrong