在 Ubuntu 上使用 LXC 启动 Debian 容器
问题:
你知道你可以使用以下命令启动 Ubuntu LXC 容器
lxc_launch_example.sh
lxc launch ubuntu:18.04 myvm现在你想使用以下命令启动 Debian 虚拟机
lxc_launch_debian_error.sh
lxc launch debian:jessie myvm但你只收到此错误消息:
lxc_error.txt
Error: The remote "debian" doesn't exist解决方案
debian 镜像(默认)可从 images 远程获取,而不是 debian 远程,因此你需要使用:
lxc_launch_debian.sh
lxc launch images:debian/jessie myvmCheck out similar posts by category:
Container, Linux, LXC, Virtualization
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow