1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 12:13:37 +02:00
tldr/pages/linux/pveam.md

29 lines
573 B
Markdown
Raw Normal View History

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:
`pveam {{[u|update]}}`
2025-08-04 21:05:05 +03:00
- List available templates:
`pveam {{[a|available]}}`
2025-08-04 21:05:05 +03:00
- Download a template:
`pveam {{[d|download]}} {{local}} {{template_name}}`
2025-08-04 21:05:05 +03:00
- List downloaded templates:
`pveam {{[l|list]}} {{local}}`
- List available templates in a specific section:
`pveam {{[a|available]}} --section {{system|turnkeylinux|mail}}`
- Remove a template:
`pveam {{[r|remove]}} {{local}}:{{vztmpl}}/{{template_name}}`