For the complete documentation index, see llms.txt. This page is also available as Markdown.

lxc-pve

Images

pveam update # daily through the `pve-daily-update` timer
pveam available --section system
pveam list local
pveam download local {}.tar.gz # WebUI `CT Templates`: click `Templates` button

Proxmox Container Toolkit

pct list
pct exec 201 -- bash -lc "volta list all" 
# `-l` = login shell, loads `.profile`/`.bash_profile`

share host folder

https://github.com/fzinfz/scripts/blob/master/pve_ct/mount.sh

Unprivileged

Last updated