arm架构模拟x86环境
因项目需要,需要在arm架构上运行arcgis server,因为arcgis server本身并不支持arm架构,所以我们使用qemu-user-static,在arm架构上运行arcgis server的 docker镜像。虽然安装过程中遇到很多问题,但最终运行成功,测试发布数据服务正常。
以下是在安装过程中,参考的文档。
1、https://zhuanlan.zhihu.com/p/669307734
使用docker安装qemu-user-static(附制作镜像源码)
https://github.com/xfan1024/qemu-user-static
2、https://twdev.blog/2024/01/docker_multi_platform/#non-native-binaries
3、https://docs.docker.com/build/building/multi-platform/
4、https://hub.docker.com/r/tonistiigi/binfmt/
https://github.com/tonistiigi/binfmt