镜像概览
- 完整引用
docker.io/xfan1024/qemu-user-static- Registry
- docker.io
- 命名空间
- xfan1024
- 仓库
- qemu-user-static
- 已缓存 Tag 数
- 10
- 最近同步
- 07/06/2026, 08:37 PM
简介
QEMU user-static 多架构仿真镜像,配合 binfmt_misc 在 x86 主机上运行 ARM 等架构容器,常用于 buildx 交叉构建。
详细介绍
该镜像注册 qemu-*-static 二进制到宿主机 binfmt_misc,使 Docker 可直接拉取并执行 foreign arch 镜像层。典型场景为 CI 中 docker buildx build --platform linux/arm64 或在 amd64 服务器测试 arm 镜像。需要 --privileged 或挂载 /proc/sys/fs/binfmt_misc,存在较高权限风险,生产节点应限制使用范围,完成后可卸载 binfmt 规则。
快速启动
docker run --rm --privileged \
docker.io/xfan1024/qemu-user-static:latest \
--reset -p yes
推荐实践
docker run --rm --privileged \
docker.io/xfan1024/qemu-user-static:7.0.0 \
--reset -p yes -c yes
核心参数说明
--privileged— 注册 binfmt_misc 规则所必需--reset -p yes— 重置并持久化 qemu 处理器映射-c yes— 启用 CPU 特性标志传递(部分架构需要)--rm— 注册完成后容器可退出- 安全警告 — 仅在构建机或隔离 CI 节点使用,勿长期在生产业务节点保持 privileged
最新 Tag(20 条)
查看全部 10 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/xfan1024/qemu-user-static :latest | linux/arm64linux/riscv64linux/amd64 | 2025/10/20 18:37 | 84.4 MB | sha256:19a32badf1b1… | |||
docker.io/xfan1024/qemu-user-static :8.2 | linux/arm64linux/riscv64linux/amd64 | 2025/10/20 18:36 | 84.4 MB | sha256:19a32badf1b1… | |||
docker.io/xfan1024/qemu-user-static :8.2-riscv64 | linux/riscv64 | 2025/10/20 18:36 | 84.5 MB | sha256:6267828fd92f… | |||
docker.io/xfan1024/qemu-user-static :8.2-aarch64 | linux/arm64 | 2025/10/20 18:36 | 84.4 MB | sha256:19a32badf1b1… | |||
docker.io/xfan1024/qemu-user-static :8.2-x86_64 | linux/amd64 | 2025/10/20 18:36 | 79.2 MB | sha256:05fbab5a40e2… | |||
docker.io/xfan1024/qemu-user-static :ubuntu-23.04 | linux/arm64linux/arm/v7linux/riscv64linux/amd64 | 2023/11/28 20:20 | 75.0 MB | sha256:35babbe8e952… | |||
docker.io/xfan1024/qemu-user-static :ubuntu-23.04-riscv64 | linux/riscv64 | 2023/11/28 20:20 | 69.9 MB | sha256:7beb224013fb… | |||
docker.io/xfan1024/qemu-user-static :ubuntu-23.04-aarch64 | linux/arm64 | 2023/11/28 20:20 | 75.0 MB | sha256:35babbe8e952… | |||
docker.io/xfan1024/qemu-user-static :ubuntu-23.04-armhf | linux/arm/v7 | 2023/11/28 20:19 | 67.4 MB | sha256:280f5f3a4eb4… | |||
docker.io/xfan1024/qemu-user-static :ubuntu-23.04-x86_64 | linux/amd64 | 2023/11/28 20:19 | 71.0 MB | sha256:a3c8ddd9dc4c… |