在 arch 下创建 ubuntu 16 个容器时出错
Error creating ubuntu 16 container under arch
我正在尝试使用 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
为什么会这样?
错误中说。模板错误。
您可以在 current version of lxc there is no ubuntu template. The gist is probably for the previous version.
中看到
LXC 文档实际上没有任何使用其更新方法的明确示例。不过,Ubunu LXC 文档确实如此。 https://help.ubuntu.com/lts/serverguide/lxc.html
我正在尝试使用 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
为什么会这样?
错误中说。模板错误。
您可以在 current version of lxc there is no ubuntu template. The gist is probably for the previous version.
中看到LXC 文档实际上没有任何使用其更新方法的明确示例。不过,Ubunu LXC 文档确实如此。 https://help.ubuntu.com/lts/serverguide/lxc.html