/proxmox-templates

:x: Proxmox LXC Templates using DAB

Primary LanguageMakefileGNU General Public License v2.0GPL-2.0

Proxmox LXC templates

Proxmox LXC Templates using Debian Appliance Builder (DAB)

Create a minimal Debian Jessie Container Template:

Install DAB:

apt-get install dab

Clone the git repository:

git clone https://github.com/chriswayg/proxmox-templates.git
cd proxmox-templates/debian-8.2-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 .

References