Files
cheatsheet-tldr/tldr/linux/pveam
2025-08-05 00:22:34 +00:00

26 lines
431 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pveam
> Manage LXC container templates.
> More information: <https://pve.proxmox.com/pve-docs/pveam.1.html>.
- Update container template database:
`pveam update`
- List available templates:
`pveam available`
- Download a template:
`pveam download {{local}} {{template_name}}`
- List downloaded templates:
`pveam list {{local}}`