Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-05 00:22:34 +00:00
parent 0c1613a18e
commit 50d4c83b4e
3 changed files with 56 additions and 2 deletions

25
tldr/linux/pveam Normal file
View File

@@ -0,0 +1,25 @@
---
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}}`