Proxmox LXC Templates using DAB
Install DAB:
apt-get install dab
Clone the git repository:
git clone https://github.com/vitstr/dab-pve-appliances.git
cd dab-pve-appliances/debian-9.13-minimal-64/
Create the template and cleanup the directory:
make
make clean
Shorten the name and move template into place (if using local storage):
mv debian-8.0-debian-8.2-minimal_8.2-1_amd64.tar.gz debian-8.2-minimal_8.2-1_amd64.tar.gz
mv debian-8.2-minimal_8.2-1_amd64.tar.gz /var/lib/vz/template/cache/
Then create a container based on this template in the Proxmox GUI or using pct create
.