Tag: arm64

LXD:运行具有外部架构的映像

我想使用LXD来引导根文件系统,以便在运行ubuntu 16.04的AMD64主机上的嵌入式ARM系统上进行部署。 以前,我用脚本和chroot命令完成了这个,但是我使用的脚本容易出错并且习惯于删除我的/ dev条目。 我已经能够使用lxc image copy images:ubuntu/16.04/arm64 –alias=ubuntu-server-arm64映像在本地lxc image copy images:ubuntu/16.04/arm64 –alias=ubuntu-server-arm64 ,并且安装了qemu-user-static,但是无法从此实际启动容器图片。 我收到以下错误: $ lxc launch ubuntu-server-arm64 bootstrap Creating bootstrap error: Requested architecture isn’t supported by this host 有没有办法强制lxd忽略架构不匹配,并使用qemu-user-static来运行子容器?