使用 LXD 创建 Linux Containers

查看原文

本文展示了如何通过 lxd 创建容器。

  • lxd init: 设置 storage 和 network
  • lxc init 创建 vm
  • lxc network attach 将 vm 连上网卡
  • lxc start $image 启动 vm
  • lxc config set $image boot.autostart true 设置自动启动
  • lxc list 显示 vm 列表