我正在尝试在Ubuntu 16 64主机上制作ubuntu 16 armhf机器。 我在安装qemu-user-static包后试过。
运行这个命令
lxc launch images:ubuntu/xenial/armhf blaharmhf1
给了这个错误
Creating blaharm1d error: Failed container creation: - https://images.linuxcontainers.org: Requested architecture isn't supported by this host
如何在Ubuntu 16上运行armhf容器? lxc是否是正确的工具,或者我应该使用KVM或类似的工具?
容器不是虚拟化或者仿真,如果你想要运行一个armhf映像,你可能更好的看QEMU并且安装Ubuntu armhf映像。