lxc-create -n CONTAINER -t debian
Note
always use FQDN as container name since by default the capability to set hostname is dropped.
lxc-start -n CONTAINER
lxc-start -n CONTAINER -d
lxc-console -n CONTAINER
lxc-stop -n CONTAINER
lxc-destroy -n CONTAINER