ARM运行x86程序
docker安装 box64
安装方法
docker run --name a001 -itd --network=host -v /www/wwwroot/docker/Box64/f:/f ubuntu:22.04 /bin/bash
docker exec -it a001 bash
cd /home
//创建目录qq547176052
mkdir -p qq547176052
cd /home/qq547176052
apt update
apt install build-essential git wget cmake python3 -y
git clone https://gitee.com/wdbj/box64
cd box64
mkdir build; cd build; cmake ... ${OPTIONS}
make -j4
make install