Linux command
pveam 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Update
pveam update
Example
pveam available
Download
pveam download local [template_name]
Example
pveam list local
Example
pveam available --section [system|turnkeylinux|mail]
Remove
pveam remove local:vztmpl/[template_name]
说明
pveam (Proxmox VE Appliance Manager) manages LXC container templates. It downloads and manages pre-built container images from Proxmox template repositories, including standard Linux distributions and TurnKey Linux appliances. Templates are stored in configured storage locations and can be used to quickly deploy new containers with pct create.
参数
- update, u
- Update the template database from Proxmox servers
- available, a
- List available templates for download
- download, d _storage_ _template_
- Download template to specified storage
- list, l _storage_
- List templates in specified storage
- remove, r _volume_
- Remove a template
- --section _section_
- Filter available templates by section (system, turnkeylinux, mail)
FAQ
What is the pveam command used for?
pveam (Proxmox VE Appliance Manager) manages LXC container templates. It downloads and manages pre-built container images from Proxmox template repositories, including standard Linux distributions and TurnKey Linux appliances. Templates are stored in configured storage locations and can be used to quickly deploy new containers with pct create.
How do I run a basic pveam example?
Run `pveam update` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does update, u do in pveam?
Update the template database from Proxmox servers