mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 18:27:00 +00:00
more pveam examples
This commit is contained in:
parent
3a6fa247b3
commit
24f73a636d
14
pct.adoc
14
pct.adoc
@ -277,7 +277,19 @@ storage so that all nodes can access those images.
|
|||||||
|
|
||||||
pveam download local debian-8.0-standard_8.0-1_amd64.tar.gz
|
pveam download local debian-8.0-standard_8.0-1_amd64.tar.gz
|
||||||
|
|
||||||
You are now ready to create containers using that template.
|
You are now ready to create containers using that image, and you can
|
||||||
|
list all downloaded images on storage 'local' with:
|
||||||
|
|
||||||
|
----
|
||||||
|
# pveam list local
|
||||||
|
local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz 190.20MB
|
||||||
|
----
|
||||||
|
|
||||||
|
Above command shown you full {pve} volume identifiers. They includes
|
||||||
|
the storage name, and most other {pve} commands can use them. For
|
||||||
|
examply you can delete that image later with:
|
||||||
|
|
||||||
|
pveam remove local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz
|
||||||
|
|
||||||
|
|
||||||
Container Storage
|
Container Storage
|
||||||
|
Loading…
Reference in New Issue
Block a user