mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 09:44:17 +00:00
26 lines
463 B
Plaintext
26 lines
463 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 {{[u|update]}}`
|
|
|
|
- List available templates:
|
|
|
|
`pveam {{[a|available]}}`
|
|
|
|
- Download a template:
|
|
|
|
`pveam {{[d|download]}} {{local}} {{template_name}}`
|
|
|
|
- List downloaded templates:
|
|
|
|
`pveam {{[l|list]}} {{local}}`
|