Closed tianon closed 3 years ago
These are explicitly targeting their native architectures -- for example, the amd64 build will only include qemu-system-x86_64, which leads to much smaller images for folks who just want to run a VM on its native platform.
qemu-system-x86_64
This is a follow-up/response to #20, which pretty dramatically bloated the size of the default images -- see discussion starting in https://github.com/tianon/docker-qemu/pull/20#issuecomment-802941700 for more details/thought process.
These are explicitly targeting their native architectures -- for example, the amd64 build will only include
qemu-system-x86_64
, which leads to much smaller images for folks who just want to run a VM on its native platform.This is a follow-up/response to #20, which pretty dramatically bloated the size of the default images -- see discussion starting in https://github.com/tianon/docker-qemu/pull/20#issuecomment-802941700 for more details/thought process.