2025-08-04 21:05:05 +03:00
|
|
|
# pveam
|
|
|
|
|
|
|
|
> Manage LXC container templates.
|
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/pveam.1.html>.
|
|
|
|
|
|
|
|
- Update container template database:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pveam {{[u|update]}}`
|
2025-08-04 21:05:05 +03:00
|
|
|
|
|
|
|
- List available templates:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pveam {{[a|available]}}`
|
2025-08-04 21:05:05 +03:00
|
|
|
|
|
|
|
- Download a template:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pveam {{[d|download]}} {{local}} {{template_name}}`
|
2025-08-04 21:05:05 +03:00
|
|
|
|
|
|
|
- List downloaded templates:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pveam {{[l|list]}} {{local}}`
|
2025-08-16 21:02:30 +03:00
|
|
|
|
|
|
|
- List available templates in a specific section:
|
|
|
|
|
|
|
|
`pveam {{[a|available]}} --section {{system|turnkeylinux|mail}}`
|
|
|
|
|
|
|
|
- Remove a template:
|
|
|
|
|
|
|
|
`pveam {{[r|remove]}} {{local}}:{{vztmpl}}/{{template_name}}`
|