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...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[Debian]] > [[Proxmox virtual environment]] > [[Create custom container template in proxmox]] | |||
To create custom container template in proxmox use: | To create custom container template in proxmox use: | ||
Line 13: | Line 12: | ||
Refer: | Refer: | ||
* https://www.closingtags.com/custom-lxc-container-templates-in-proxmox-5-0/ | * https://www.closingtags.com/custom-lxc-container-templates-in-proxmox-5-0/ | ||
[[Main Page|Home]] > [[Debian]] > [[Proxmox virtual environment]] > [[Create custom container template in proxmox]] |
Latest revision as of 06:54, 31 March 2022
Home > Debian > Proxmox virtual environment > Create custom container template in proxmox
To create custom container template in proxmox use:
- Take a backup of container in gzip format. Ideally when container is stopped
- 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
- 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