我正在尝试使用LXC在Archlinux上安装Ubuntu容器。我正在遵循此指南:https://gist.github.com/manoj23/8a35849697945896cdaef77927c695a7
运行此命令后:
lxc-create --name=ubuntu-16 --template=ubuntu -- --release xenial --arch amd64
我收到以下错误:
Bad template: ubuntu
Error creating container ubuntu-16
为什么会这样?
答案 0 :(得分:1)
在错误中指出。模板错误。
您可以看到current version of lxc中没有ubuntu模板。要点可能是the previous version。
LXC文档实际上没有使用其更新方法的明确示例。但是,Ubunu LXC文档可以。 https://help.ubuntu.com/lts/serverguide/lxc.html