apt install lxc lxctl lxc-templates
lxc-checkconfig
ls /usr/sahre/lxc /usr/share/lxc/templates
lxc-create -t download -n lxc-container1
lxc-create -t centos -n lxc-centos1
ls /var/lib/lxc//tmp_root_pass
cat /var/lib/lxc//config
lxc-ls -f
lxc-start -n
lxc-stop
lxc-info -n
lxc-top
lxc-attach -n
lxc-attach -n -- ps aux
lxc-ls
lxc-create -t ubuntu -n container2
lxc config set {vm-name} boot.autostart true
lxc config get {vm-name} boot.autostart
lxc-stop -n prueba
lxc-copy -n prueba -N ubnt
lxc-ls -f
====== Referencias ======
* https://wiki.debian.org/LXC
* https://linuxcontainers.org/lxd/getting-started-cli/
* https://openschoolsolutions.org/how-to-backup-lxd-containers/
* https://www.cyberciti.biz/faq/how-to-auto-start-lxd-containers-at-boot-time-in-linux/