From fbab55520969b62f945f342600e7db3fc99c6e3c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:05:05 +0300 Subject: [PATCH] pveam: add page (#17489) --- pages/linux/pveam.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/pveam.md diff --git a/pages/linux/pveam.md b/pages/linux/pveam.md new file mode 100644 index 0000000000..4e4a197edc --- /dev/null +++ b/pages/linux/pveam.md @@ -0,0 +1,20 @@ +# pveam + +> Manage LXC container templates. +> More information: . + +- 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}}`