`lxd init`
`lxc list'
lxc launch ubuntu:16.04 mycontainer
lxc launch ubuntu:16.04 mycontainer -s main
`lxc delete mycontainer
lxc exec <container_name> bash
lxc exec <container_name> -- ls -lh
lxc storage create main dir source=/opt/lxd
lxc storage delete main
lxc image list
lxc image list
lxc image info <image_name>
`lxc remote add
lxc image delete <image_name>
`lxc publish --alias <new_image_name>
`lxc config set <container_name> boot.autostart 1
`lxc config set <container_name> boot.autostart.delay 30
`lxc config set <container_name> boot.autostart.order 8
https://www.jamescoyle.net/cheat-sheets/2540-lxc-2-x-lxd-cheat-sheet