mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 19:46:10 +00:00
26 lines
431 B
Plaintext
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}}`
|