LXD概念方面,请自行google
sudo apt update
sudo apt install lxd
sudo adduser james lxd
newgrp lxd
sudo apt install zfsutils-linux
sudo lxd init
lxc launch ubuntu:16.04
lxc list
lxc exec stirring-beagle -- ls -la
lxc exec stirring-beagle /bin/bas
lxc start stirring-beagle
lxc stop stirring-beagle
lxc delete stirring-beagle