Difference between revisions of "Create custom container template in proxmox"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Create custom container template in proxmox">Proxmox virtual environment|Proxmox virtual environment</yambe:breadcrumb> =Create custom container templa...")
(No difference)

Revision as of 07:51, 31 March 2021

<yambe:breadcrumb self="Create custom container template in proxmox">Proxmox virtual environment|Proxmox virtual environment</yambe:breadcrumb>

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: