Skip to content

vitstr/dab-pve-appliances

 
 

Repository files navigation

Proxmox LXC templates

Proxmox LXC Templates using DAB

Create a minimal Debian Jessie Container Template:

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 .

References

About

Proxmox LXC templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%