如何在另一台Ubuntu14.04主机上安装Ubuntu14.04客户操作系统。我已经通过sudo apt-get install xld下载了LXD
我有Ubuntu14.04 .iso图像与我在我的吊坠。
谢谢你抽出时间..。
发布于 2015-11-23 18:04:58
sudo lxd-images import ubuntu --alias ubuntu
lxc launch ubuntu your-container
lxc exec your-container bash这将导入一个Ubuntu14.04映像到LXD,并从其中生成一个容器,然后在其中给出一个shell。
https://askubuntu.com/questions/634054
复制相似问题