openeuler/qemuThe official QEMU docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current QEMU images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
QEMU is capable of emulating a complete machine in software without any need for hardware virtualization support. By using dynamic translation, it achieves very good performance. QEMU can also integrate with the Xen and KVM hypervisors to provide emulated hardware while allowing the hypervisor to manage the CPU. With hypervisor support, QEMU can achieve near native performance for CPUs. When QEMU emulates CPUs directly it is capable of running operating systems made for one machine (e.g. an ARMv7 board) on a different machine (e.g. an x86_64 PC board).
Read more on QEMU documentation.
The tag of each qemu docker image is consist of the version of qemu and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 10.1.2-oe2403sp2 | qemu 10.1.2 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 10.1.1-oe2403sp2 | qemu 10.1.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 10.1.0-oe2403sp1 | qemu 10.1.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 10.0.2-oe2403sp1 | QEMU 10.0.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/qemu image from docker
docker pull openeuler/qemu:{Tag}
Run with an interactive shell
You can also start the container with an interactive shell to use QEMU.
docker run -it --rm openeuler/qemu:{Tag} bash
Download a Bootable ISO
Use wget to download your prefered bootable ISO image for the target architecture.
wget [***]
Replace this URL with your own ISO image.
Start QEMU with the ISO(aarch64).
Run the ISO in your container with qemu-system-aarch64.
qemu-system-aarch64 \ -m 512M \ -machine virt \ -cpu cortex-a57 \ -cdrom ./your-os-image-aarch64.iso \ -boot d
Key options:
-m 512M: Allocate 512M RAM.-machine: Generic ARM64 virtual machine.-cpu cortex-a57: ARM CPU type.-cdrom: Path to your ISO file.-boot d: Boot from the CD-ROM drive.If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务