1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-18 10:15:49 +02:00
tldr/pages/linux/pveam.md

21 lines
371 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}}`