mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 16:58:46 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/pveam
Normal file
25
tldr/linux/pveam
Normal 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}}`
|
||||
Reference in New Issue
Block a user