Avatar 🍥

DevZhu

以梦为马🏇

  1. Home
  2. 暗色模式
容器化

x86上运行arm镜像

Oct 15, 2020

设置ARM模拟器

sudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes # This step will execute the registering scripts

docker run --rm -it arm64v8/ubuntu /bin/bash # Testing the emulation environment

https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/

docker arm
© 2020 - 2022 DevZhu
Built with Hugo
Theme Stack designed by Jimmy