mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 09:15:47 +02:00
pveam: add page (#17489)
This commit is contained in:
parent
374d377059
commit
fbab555209
1 changed files with 20 additions and 0 deletions
20
pages/linux/pveam.md
Normal file
20
pages/linux/pveam.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue