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/<contenedor>/tmp_root_pass
cat /var/lib/lxc/<contenedor>/config
lxc-ls -f
lxc-start -n <container>
lxc-stop <container>
lxc-info -n <container>
lxc-top
lxc-attach -n <container>
lxc-attach -n <container> -- 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