lxc list
lxc image list
lxc launch ubuntu: c1
lxc launch --target h1 ubuntu: c1
lxc move c1 c2
lxc move --target h2 c1
lxc snapshot c1
lxc info c1
lxc publish c1/snap0 --alias i1
lxc image alias rename i1 i2
lxc image delete i1
lxc delete c1/snap0
lxc delete c1
lxc delete -f c1
lxc profile list
lxc profile show default
lxc profile edit default
lxc exec CONTAINER1 bash
lxc console CONTAINER1
lxc config set CONTAINER1 security.privileged true
lxc config device add CONTAINER1 share disk source=/data path=/data
lxc config device add CONTAINER1 card0 unix-char path=/dev/dri/card0
lxc config device add CONTAINER1 scr3310 usb vendorid=04e6 productid=5116