Create custom container template in proxmox

From Notes_Wiki
Revision as of 06:54, 31 March 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Debian > Proxmox virtual environment > Create custom container template in proxmox

To create custom container template in proxmox use:

  1. Take a backup of container in gzip format. Ideally when container is stopped
  2. SSH to proxmox base machine and move container backup to template folder using:
    mv /var/lib/vz/dump/<backup-name>.tar.gz /var/lib/vz/template/cache/<template-name>.tar.gz
  3. Now it should be possible to use this template to create new containers.


Refer:



Home > Debian > Proxmox virtual environment > Create custom container template in proxmox