Virtualization gives customers the possiblity to execute their own applications. Usage of containers allows to isolate the applications and the entire OS images from the other processes which are running on a host system.
This tutorial shows how to get started with the Soft-PBX Astrisk within a LXC container.
You can find an example of Asterisk LXC Container here:
/mnt/storage0/lxc
tar –xvf jessie.tar –C ./guest0
ls –l
chmod 755 -R guest0
cd guest0/lxc/jessie
lxc-start –n guest0
lxc-attach –n guest0