x86上运行arm64(docker)

依赖

安装虚拟机: QEMU

运行docker: https://github.com/multiarch/qemu-user-static

测试

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm -t arm64v8/ubuntu uname -m

猜你喜欢

转载自blog.csdn.net/goddessblessme/article/details/130236864